mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 07:44:49 +01:00
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>
This commit is contained in:
parent
3bc5342c2e
commit
9c9de8233c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue