Drop two empty lines from pci_scan_child_bus_extend() and correct
indentation in pci_bridge_distribute_available_resources() to better
follow the kernel coding style.
No functional impact.
Link: https://lore.kernel.org/r/20220905080232.36087-6-mika.westerberg@linux.intel.com
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
                unsigned int buses = 0;
 
                if (!hotplug_bridges && normal_bridges == 1) {
-
                        /*
                         * There is only one bridge on the bus (upstream
                         * port) so it gets all available buses which it
                         */
                        buses = available_buses;
                } else if (dev->is_hotplug_bridge) {
-
                        /*
                         * Distribute the extra buses between hotplug
                         * bridges if any.
 
 }
 
 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;