diff options
| author | Colin Ian King <[email protected]> | 2016-08-28 11:59:00 +0100 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2016-09-13 17:37:06 +1000 |
| commit | 6f95d4b2f655faaf38804999de04499e3ec12bc1 (patch) | |
| tree | 388ca8951947f913e9d5499c7b24c813d3c405d1 | |
| parent | 57073e27816f1f4215e372fa548f19bef300a6d7 (diff) | |
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 <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
| -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; } |