diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-06-23 16:45:24 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2016-07-28 03:55:40 +0300 |
commit | 679f0b825d84f8c9a618730b00ae816976bc240f (patch) | |
tree | f440d11b0a022fae765ba92568b353283120241f /fs/ceph | |
parent | fce8515741dfb6a233927262555295788ad22ca7 (diff) | |
download | linux-679f0b825d84f8c9a618730b00ae816976bc240f.tar.xz |
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>
Diffstat (limited to 'fs/ceph')
-rw-r--r-- | fs/ceph/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/cache.c b/fs/ceph/cache.c index 238c55b01723..5bc5d37b1217 100644 --- a/fs/ceph/cache.c +++ b/fs/ceph/cache.c @@ -71,7 +71,7 @@ int ceph_fscache_register_fs(struct ceph_fs_client* fsc) &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; } |