powerpc/ps3: fix spelling mistake in function name
authorColin Ian King <colin.king@canonical.com>
Sun, 28 Aug 2016 10:59:00 +0000 (11:59 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
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 <colin.king@canonical.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/ps3/device-init.c

index 57caaf1..e484624 100644 (file)
@@ -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;
        }