PCI: cpqphp: Format if-statement code block correctly
authorKrzysztof Wilczyński <kw@linux.com>
Wed, 13 Oct 2021 01:14:12 +0000 (01:14 +0000)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 13 Oct 2021 01:48:44 +0000 (20:48 -0500)
commite98754233c58bfe7cad67ed4b7f3980d7e0d731d
tree1ef4658b937e983a76693becbf34c66aa2c03c4c
parent357df2fc00661e0993e0e40d1a56bdd967f45c17
PCI: cpqphp: Format if-statement code block correctly

The code block related to the if-statement in cpqhp_set_irq() is
somewhat awkwardly formatted making the code hard to read.

Make it readable.  No change to functionality intended.

Link: https://lore.kernel.org/r/20211013011412.1110829-1-kw@linux.com
Signed-off-by: Krzysztof Wilczyński <kw@linux.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/hotplug/cpqphp_pci.c