projects
/
GitHub
/
moto-9609
/
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:
52953d5
)
ceph: fix spelling mistake: "enabing" -> "enabling"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 29 Dec 2016 20:19:32 +0000
(20:19 +0000)
committer
Ilya Dryomov
<idryomov@gmail.com>
Mon, 20 Feb 2017 11:16:05 +0000
(12:16 +0100)
trivial fix to spelling mistake in debug message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Yan, Zheng <zyan@redhat.com>
fs/ceph/cache.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ceph/cache.c
b/fs/ceph/cache.c
index 5bc5d37b121712a2f288ede38b46420d13a2f0e5..4e7421caf3804c49ef052c02a736965e29437876 100644
(file)
--- a/
fs/ceph/cache.c
+++ b/
fs/ceph/cache.c
@@
-234,7
+234,7
@@
void ceph_fscache_file_set_cookie(struct inode *inode, struct file *filp)
fscache_enable_cookie(ci->fscache, ceph_fscache_can_enable,
inode);
if (fscache_cookie_enabled(ci->fscache)) {
- dout("fscache_file_set_cookie %p %p enabing cache\n",
+ dout("fscache_file_set_cookie %p %p enab
l
ing cache\n",
inode, filp);
}
}