Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Colin Ian King and committed by
Ilya Dryomov
0fbc5360 52953d55

+1 -1
+1 -1
fs/ceph/cache.c
··· 234 234 fscache_enable_cookie(ci->fscache, ceph_fscache_can_enable, 235 235 inode); 236 236 if (fscache_cookie_enabled(ci->fscache)) { 237 - dout("fscache_file_set_cookie %p %p enabing cache\n", 237 + dout("fscache_file_set_cookie %p %p enabling cache\n", 238 238 inode, filp); 239 239 } 240 240 }