All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ceph: fix spelling mistake: "resgister" -> "register"
@ 2016-06-23 13:45 Colin King
  2016-06-23 16:01 ` Joe Perches
  0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2016-06-23 13:45 UTC (permalink / raw)
  To: zyan, Sage Weil, Ilya Dryomov, ceph-devel; +Cc: linux-kernel

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ceph: fix spelling mistake: "resgister" -> "register"
  2016-06-23 13:45 [PATCH] ceph: fix spelling mistake: "resgister" -> "register" Colin King
@ 2016-06-23 16:01 ` Joe Perches
  2016-06-24  2:15   ` Yan, Zheng
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2016-06-23 16:01 UTC (permalink / raw)
  To: Colin King, zyan, Sage Weil, Ilya Dryomov, ceph-devel; +Cc: linux-kernel

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ceph: fix spelling mistake: "resgister" -> "register"
  2016-06-23 16:01 ` Joe Perches
@ 2016-06-24  2:15   ` Yan, Zheng
  0 siblings, 0 replies; 3+ messages in thread
From: Yan, Zheng @ 2016-06-24  2:15 UTC (permalink / raw)
  To: Colin King, Joe Perches
  Cc: Sage Weil, Ilya Dryomov, Ceph Development, linux-kernel


> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-24  2:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-23 13:45 [PATCH] ceph: fix spelling mistake: "resgister" -> "register" Colin King
2016-06-23 16:01 ` Joe Perches
2016-06-24  2:15   ` Yan, Zheng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.