Skip to content

Commit

Permalink
parisc: Fix typo in setup.c
Browse files Browse the repository at this point in the history
Signed-off-by: Helge Deller <deller@gmx.de>
  • Loading branch information
Helge Deller committed May 3, 2021
1 parent adf2740 commit 127f1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/parisc/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 127f1c0

Please sign in to comment.