Commit 127f1c09 authored by Helge Deller's avatar Helge Deller

parisc: Fix typo in setup.c

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent adf27404
......@@ -268,7 +268,7 @@ static int __init parisc_init_resources(void)
result = request_resource(&iomem_resource, &local_broadcast);
if (result < 0) {
printk(KERN_ERR
"%s: failed to claim %saddress space!\n",
"%s: failed to claim %s address space!\n",
__FILE__, local_broadcast.name);
return result;
}
......
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