Commit 679f0b82 authored by Colin Ian King's avatar Colin Ian King Committed by Ilya Dryomov

ceph: fix spelling mistake: "resgister" -> "register"

trivial fix to spelling mistake in pr_err message
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
parent fce85157
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment