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>
This commit is contained in:
Colin Ian King 2016-06-23 14:45:24 +01:00 committed by Ilya Dryomov
parent fce8515741
commit 679f0b825d

View file

@ -71,7 +71,7 @@ int ceph_fscache_register_fs(struct ceph_fs_client* fsc)
&ceph_fscache_fsid_object_def, &ceph_fscache_fsid_object_def,
fsc, true); fsc, true);
if (!fsc->fscache) 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; return 0;
} }