projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fce8515
)
ceph: fix spelling mistake: "resgister" -> "register"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 23 Jun 2016 13:45:24 +0000
(14:45 +0100)
committer
Ilya Dryomov
<idryomov@gmail.com>
Thu, 28 Jul 2016 00:55:40 +0000
(
02:55
+0200)
trivial fix to spelling mistake in pr_err message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
fs/ceph/cache.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ceph/cache.c
b/fs/ceph/cache.c
index 238c55b01723d1eef74bd15d0f66895f6feac986..5bc5d37b121712a2f288ede38b46420d13a2f0e5 100644
(file)
--- a/
fs/ceph/cache.c
+++ b/
fs/ceph/cache.c
@@
-71,7
+71,7
@@
int ceph_fscache_register_fs(struct ceph_fs_client* fsc)
&ceph_fscache_fsid_object_def,
fsc, true);
if (!fsc->fscache)
- pr_err("Unable to re
sgister fsid: %p fscache cookie
", fsc);
+ pr_err("Unable to re
gister fsid: %p fscache cookie\n
", fsc);
return 0;
}