Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Colin Ian King and committed by
Thomas Bogendoerfer
9c9de823 3bc5342c

+1 -1
+1 -1
arch/mips/pci/fixup-lemote2f.c
··· 80 80 } 81 81 return dev->irq; 82 82 } else { 83 - printk(KERN_INFO " strange pci slot number.\n"); 83 + printk(KERN_INFO "strange PCI slot number.\n"); 84 84 return 0; 85 85 } 86 86 }