projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adf2740
)
parisc: Fix typo in setup.c
author
Helge Deller
<deller@gmx.de>
Mon, 3 May 2021 13:08:59 +0000
(15:08 +0200)
committer
Helge Deller
<deller@gmx.de>
Mon, 3 May 2021 13:08:59 +0000
(15:08 +0200)
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/setup.c
patch
|
blob
|
history
diff --git
a/arch/parisc/kernel/setup.c
b/arch/parisc/kernel/setup.c
index e320bae501d3a1d4dadf4f0984df0fdbf301eeec..3fb86ee507dd578cc790f2105143415da73bee3a 100644
(file)
--- a/
arch/parisc/kernel/setup.c
+++ b/
arch/parisc/kernel/setup.c
@@
-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 %s
address space!\n",
+ "%s: failed to claim %s
address space!\n",
__FILE__, local_broadcast.name);
return result;
}