From: Colin Ian King Date: Thu, 29 Dec 2016 20:19:32 +0000 (+0000) Subject: ceph: fix spelling mistake: "enabing" -> "enabling" X-Git-Tag: v4.11-rc1~47^2~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0fbc5360bf433ffeccbb94ef806d637049899741;p=thirdparty%2Fkernel%2Flinux.git ceph: fix spelling mistake: "enabing" -> "enabling" trivial fix to spelling mistake in debug message Signed-off-by: Colin Ian King Signed-off-by: Yan, Zheng --- diff --git a/fs/ceph/cache.c b/fs/ceph/cache.c index 5bc5d37b12171..4e7421caf3804 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); } }