summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-12-29 20:19:32 +0000
committerIlya Dryomov <idryomov@gmail.com>2017-02-20 12:16:05 +0100
commit0fbc5360bf433ffeccbb94ef806d637049899741 (patch)
tree73709bfe0eff92ad584501bc92192fc7f89468bc /fs
parent52953d55917e45fdf62d5e6cb37c61c32dc8d373 (diff)
downloadlinux-0fbc5360bf433ffeccbb94ef806d637049899741.tar.gz
linux-0fbc5360bf433ffeccbb94ef806d637049899741.tar.xz
ceph: fix spelling mistake: "enabing" -> "enabling"
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>
Diffstat (limited to 'fs')
-rw-r--r--fs/ceph/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/cache.c b/fs/ceph/cache.c
index 5bc5d37b1217..4e7421caf380 100644
--- 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 enabling cache\n",
inode, filp);
}
}