Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1429845

[PATCH] ceph: fix spelling mistake: "resgister" -> "register"

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH] ceph: fix spelling mistake: "resgister" -> "register"
Date 2016-06-23 15:50 +0200
Message-ID <rNdb4-2hy-31@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in pr_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 fs/ceph/cache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ceph/cache.c b/fs/ceph/cache.c
index 238c55b..d0f2b06 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", fsc);
 
 	return 0;
 }
-- 
2.8.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] ceph: fix spelling mistake: "resgister" -> "register" Colin King <colin.king@canonical.com> - 2016-06-23 15:50 +0200
  Re: [PATCH] ceph: fix spelling mistake: "resgister" -> "register" Joe Perches <joe@perches.com> - 2016-06-23 18:10 +0200
    Re: [PATCH] ceph: fix spelling mistake: "resgister" -> "register" "Yan, Zheng" <zyan@redhat.com> - 2016-06-24 04:20 +0200

csiph-web