commit | 679f0b825d84f8c9a618730b00ae816976bc240f | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Jun 23 14:45:24 2016 +0100 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu Jul 28 02:55:40 2016 +0200 |
tree | f440d11b0a022fae765ba92568b353283120241f | |
parent | fce8515741dfb6a233927262555295788ad22ca7 [diff] [blame] |
ceph: fix spelling mistake: "resgister" -> "register" trivial fix to spelling mistake in pr_err message Signed-off-by: Colin Ian King <colin.king@canonical.com>
diff --git a/fs/ceph/cache.c b/fs/ceph/cache.c index 238c55b..5bc5d37 100644 --- a/fs/ceph/cache.c +++ b/fs/ceph/cache.c
@@ -71,7 +71,7 @@ &ceph_fscache_fsid_object_def, fsc, true); if (!fsc->fscache) - pr_err("Unable to resgister fsid: %p fscache cookie", fsc); + pr_err("Unable to register fsid: %p fscache cookie\n", fsc); return 0; }