projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bc5342
)
MIPS: PCI: Remove leading space in info message, rename pci
author
Colin Ian King
<colin.i.king@gmail.com>
Mon, 20 Jun 2022 11:55:49 +0000
(12:55 +0100)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/arch/mips/pci/fixup-lemote2f.c
b/arch/mips/pci/fixup-lemote2f.c
index 632ff2daa3387a26c1adb76448a561e3352d2694..afafda03ed4e31bb08e9967dad17c78be9b99e11 100644
(file)
--- 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;
}
}