Commit 9c9de823 authored by Colin Ian King's avatar Colin Ian King Committed by Thomas Bogendoerfer

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: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 3bc5342c
......@@ -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;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment