diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-08-28 11:59:00 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-09-13 17:37:06 +1000 |
commit | 6f95d4b2f655faaf38804999de04499e3ec12bc1 (patch) | |
tree | 388ca8951947f913e9d5499c7b24c813d3c405d1 /arch | |
parent | 57073e27816f1f4215e372fa548f19bef300a6d7 (diff) | |
download | linux-6f95d4b2f655faaf38804999de04499e3ec12bc1.tar.gz linux-6f95d4b2f655faaf38804999de04499e3ec12bc1.tar.bz2 linux-6f95d4b2f655faaf38804999de04499e3ec12bc1.zip |
powerpc/ps3: fix spelling mistake in function name
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 <colin.king@canonical.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/ps3/device-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/ps3/device-init.c b/arch/powerpc/platforms/ps3/device-init.c index 57caaf11a83f..e48462447ff0 100644 --- 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_privleges failed \n", + pr_debug("%s:%d: ps3_repository_read_lpm_privileges failed\n", __func__, __LINE__); goto fail_read_repo; } |