diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-06-20 12:55:49 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2022-07-05 11:10:34 +0200 |
commit | 9c9de8233c9ce156bb050501d5cb00a57eaba5e2 (patch) | |
tree | e6c5741c9f8c84d3d3454c7b9eb994cbc03b0364 /arch/mips | |
parent | 3bc5342c2e4aa07769ff4e5f6614ebb3a001fb55 (diff) |
MIPS: PCI: Remove leading space in info message, rename pci
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>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/pci/fixup-lemote2f.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/fixup-lemote2f.c b/arch/mips/pci/fixup-lemote2f.c index 632ff2daa338..afafda03ed4e 100644 --- a/arch/mips/pci/fixup-lemote2f.c +++ b/arch/mips/pci/fixup-lemote2f.c @@ -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; } } |