MIPS: PCI: Remove leading space in info message, rename pci
authorColin Ian King <colin.i.king@gmail.com>
Mon, 20 Jun 2022 11:55:49 +0000 (12:55 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 5 Jul 2022 09:10:34 +0000 (11:10 +0200)
There is an info message with an extraneous leading space. Remove it.
Also rename pci to PCI.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/pci/fixup-lemote2f.c

index 632ff2d..afafda0 100644 (file)
@@ -80,7 +80,7 @@ int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
                }
                return dev->irq;
        } else {
-               printk(KERN_INFO " strange pci slot number.\n");
+               printk(KERN_INFO "strange PCI slot number.\n");
                return 0;
        }
 }