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


Groups > linux.kernel > #1429845 > unrolled thread

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

Started byColin King <colin.king@canonical.com>
First post2016-06-23 15:50 +0200
Last post2016-06-24 04:20 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [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

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

FromColin King <colin.king@canonical.com>
Date2016-06-23 15:50 +0200
Subject[PATCH] ceph: fix spelling mistake: "resgister" -> "register"
Message-ID<rNdb4-2hy-31@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1429950

FromJoe Perches <joe@perches.com>
Date2016-06-23 18:10 +0200
Message-ID<rNfmy-41u-29@gated-at.bofh.it>
In reply to#1429845
On Thu, 2016-06-23 at 14:45 +0100, Colin King wrote:
> trivial fix to spelling mistake in pr_err message
[]
> diff --git 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);

Could change to "cookie\n" to avoid possible interleaving
from other messages too.

[toc] | [prev] | [next] | [standalone]


#1430289

From"Yan, Zheng" <zyan@redhat.com>
Date2016-06-24 04:20 +0200
Message-ID<rNoSR-230-5@gated-at.bofh.it>
In reply to#1429950
> On Jun 24, 2016, at 00:01, Joe Perches <joe@perches.com> wrote:
> 
> On Thu, 2016-06-23 at 14:45 +0100, Colin King wrote:
>> trivial fix to spelling mistake in pr_err message
> []
>> diff --git 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);
> 
> Could change to "cookie\n" to avoid possible interleaving
> from other messages too.

Applied , thanks

Yan, Zheng

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web