diff mbox series

[6/6] PCI: Fix indentation in pci_bridge_distribute_available_resources()

Message ID 20220816100740.68667-7-mika.westerberg@linux.intel.com
State New
Headers show
Series PCI: Allow for future resource expansion on initial root bus scan | expand

Commit Message

Mika Westerberg Aug. 16, 2022, 10:07 a.m. UTC
Correct the indentation according the coding style.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
---
 drivers/pci/setup-bus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andy Shevchenko Aug. 31, 2022, 2:19 p.m. UTC | #1
On Tue, Aug 16, 2022 at 01:07:40PM +0300, Mika Westerberg wrote:
> Correct the indentation according the coding style.

I believe this can be squashed to patch 4 with combined description about
fixing indentation (blank lines are also kinda indentations).
diff mbox series

Patch

diff --git a/drivers/pci/setup-bus.c b/drivers/pci/setup-bus.c
index df9fc974b313..dc6a30ee6edf 100644
--- a/drivers/pci/setup-bus.c
+++ b/drivers/pci/setup-bus.c
@@ -1919,7 +1919,7 @@  static void pci_bus_distribute_available_resources(struct pci_bus *bus,
 }
 
 static void pci_bridge_distribute_available_resources(struct pci_dev *bridge,
-						     struct list_head *add_list)
+						      struct list_head *add_list)
 {
 	struct resource available_io, available_mmio, available_mmio_pref;