PCI/ERR: Cleanup misleading indentation inside if conditions
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 29 Apr 2024 09:47:06 +0000 (12:47 +0300)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 29 Apr 2024 15:33:29 +0000 (10:33 -0500)
commitc9758cc45c2bd442743848eba88e187bda3047f9
tree123d1246f94e21ce22d6681b3e7800fb34095cae
parentc7ae396ec597b2f3644f90f5c7278674b0527aa9
PCI/ERR: Cleanup misleading indentation inside if conditions

A few if conditions align misleadingly with the following code block.  The
checks are really cascading NULL checks that fit into 80 chars so remove
newlines in between and realign to the if condition indent.

Link: https://lore.kernel.org/r/20240429094707.2529-1-ilpo.jarvinen@linux.intel.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pcie/err.c