[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:
parent
519c4d2deb
commit
794b26e060
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue