linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Colin King <colin.king@canonical.com>,
	zyan@redhat.com, Sage Weil <sage@redhat.com>,
	Ilya Dryomov <idryomov@gmail.com>,
	ceph-devel@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ceph: fix spelling mistake: "resgister" -> "register"
Date: Thu, 23 Jun 2016 09:01:11 -0700	[thread overview]
Message-ID: <1466697671.1847.5.camel@perches.com> (raw)
In-Reply-To: <1466689524-1836-1-git-send-email-colin.king@canonical.com>

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.

  reply	other threads:[~2016-06-23 16:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-23 13:45 [PATCH] ceph: fix spelling mistake: "resgister" -> "register" Colin King
2016-06-23 16:01 ` Joe Perches [this message]
2016-06-24  2:15   ` Yan, Zheng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1466697671.1847.5.camel@perches.com \
    --to=joe@perches.com \
    --cc=ceph-devel@vger.kernel.org \
    --cc=colin.king@canonical.com \
    --cc=idryomov@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sage@redhat.com \
    --cc=zyan@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).