ssb: scan: fix block comments coding style issues
authorJohn Oldman <john.oldman@polehill.co.uk>
Sat, 25 Apr 2020 15:52:33 +0000 (16:52 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 28 Apr 2020 09:02:22 +0000 (12:02 +0300)
Fixed coding style issues

Signed-off-by: John Oldman <john.oldman@polehill.co.uk>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200425155233.19624-1-john.oldman@polehill.co.uk
drivers/ssb/scan.c

index 6ceee98ed6ff2df6fad51458c765bbd76ab51918..b97a5c32d44abc0a11cf58a1d1d95c281ff512e4 100644 (file)
@@ -400,7 +400,8 @@ int ssb_bus_scan(struct ssb_bus *bus,
 #ifdef CONFIG_SSB_DRIVER_PCICORE
                        if (bus->bustype == SSB_BUSTYPE_PCI) {
                                /* Ignore PCI cores on PCI-E cards.
-                                * Ignore PCI-E cores on PCI cards. */
+                                * Ignore PCI-E cores on PCI cards.
+                                */
                                if (dev->id.coreid == SSB_DEV_PCI) {
                                        if (pci_is_pcie(bus->host_pci))
                                                continue;
@@ -421,7 +422,8 @@ int ssb_bus_scan(struct ssb_bus *bus,
                                if (bus->host_pci->vendor == PCI_VENDOR_ID_BROADCOM &&
                                    (bus->host_pci->device & 0xFF00) == 0x4300) {
                                        /* This is a dangling ethernet core on a
-                                        * wireless device. Ignore it. */
+                                        * wireless device. Ignore it.
+                                        */
                                        continue;
                                }
                        }