From 9c9de8233c9ce156bb050501d5cb00a57eaba5e2 Mon Sep 17 00:00:00 2001 From: Colin Ian King Date: Mon, 20 Jun 2022 12:55:49 +0100 Subject: [PATCH] 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 Signed-off-by: Thomas Bogendoerfer --- arch/mips/pci/fixup-lemote2f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/pci/fixup-lemote2f.c b/arch/mips/pci/fixup-lemote2f.c index 632ff2d..afafda0 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; } } -- 2.7.4