[SPARC]: Add missing "space"

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Joe Perches 2007-11-19 23:45:16 -08:00 committed by David S. Miller
parent 519c4d2deb
commit 794b26e060
1 changed files with 4 additions and 4 deletions

View File

@ -519,7 +519,7 @@ static void pcic_map_pci_device(struct linux_pcic *pcic,
* under 64K but it is not done yet. XXX * under 64K but it is not done yet. XXX
*/ */
printk("PCIC: Skipping I/O space at 0x%lx, " printk("PCIC: Skipping I/O space at 0x%lx, "
"this will Oops if a driver attaches;" "this will Oops if a driver attaches "
"device '%s' at %02x:%02x)\n", address, "device '%s' at %02x:%02x)\n", address,
namebuf, dev->bus->number, dev->devfn); namebuf, dev->bus->number, dev->devfn);
} }