projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57073e2
)
powerpc/ps3: fix spelling mistake in function name
author
Colin Ian King
<
[email protected]
>
Sun, 28 Aug 2016 10:59:00 +0000
(11:59 +0100)
committer
Michael Ellerman
<
[email protected]
>
Tue, 13 Sep 2016 07:37:06 +0000
(17:37 +1000)
Trivial fix to spelling mistake in dev_warn message and remove
extraneous trailing whitespace at end of the message.
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: Michael Ellerman <
[email protected]
>
arch/powerpc/platforms/ps3/device-init.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/ps3/device-init.c
b/arch/powerpc/platforms/ps3/device-init.c
index 57caaf11a83f6064f278a1c6041202abb7ad59a8..e48462447ff0049af5cf27ac24355f8929078b6f 100644
(file)
--- a/
arch/powerpc/platforms/ps3/device-init.c
+++ b/
arch/powerpc/platforms/ps3/device-init.c
@@
-62,7
+62,7
@@
static int __init ps3_register_lpm_devices(void)
&dev->lpm.rights);
if (result) {
- pr_debug("%s:%d: ps3_repository_read_lpm_priv
leges failed
\n",
+ pr_debug("%s:%d: ps3_repository_read_lpm_priv
ileges failed
\n",
__func__, __LINE__);
goto fail_read_repo;
}