linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Coly Li <colyli@suse.de>
To: Jean Delvare <jdelvare@suse.de>, linux-bcache@vger.kernel.org
Cc: Jens Axboe <axboe@kernel.dk>,
	Kent Overstreet <kent.overstreet@gmail.com>
Subject: Re: [PATCH] bcache: Fix typo in Kconfig name
Date: Thu, 16 Jul 2020 16:36:29 +0800	[thread overview]
Message-ID: <97981229-3cb9-a157-3d54-d17c27b8ef9d@suse.de> (raw)
In-Reply-To: <20200716103113.08478111@endymion>

On 2020/7/16 16:31, Jean Delvare wrote:
> registraion -> registration
> 
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> Fixes: 0c8d3fceade2 ("bcache: configure the asynchronous registertion to be experimental")
> Cc: Coly Li <colyli@suse.de>
> Cc: Jens Axboe <axboe@kernel.dk>
> Cc: Kent Overstreet <kent.overstreet@gmail.com>
> ---
>  drivers/md/bcache/Kconfig |    2 +-
>  drivers/md/bcache/super.c |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> --- linux-5.8-rc5.orig/drivers/md/bcache/Kconfig	2020-07-06 01:20:22.000000000 +0200
> +++ linux-5.8-rc5/drivers/md/bcache/Kconfig	2020-07-16 10:22:05.598266100 +0200
> @@ -27,7 +27,7 @@ config BCACHE_CLOSURES_DEBUG
>  	interface to list them, which makes it possible to see asynchronous
>  	operations that get stuck.
>  
> -config BCACHE_ASYNC_REGISTRAION
> +config BCACHE_ASYNC_REGISTRATION
>  	bool "Asynchronous device registration (EXPERIMENTAL)"
>  	depends on BCACHE
>  	help
> --- linux-5.8-rc5.orig/drivers/md/bcache/super.c	2020-07-06 01:20:22.000000000 +0200
> +++ linux-5.8-rc5/drivers/md/bcache/super.c	2020-07-16 10:22:24.046484823 +0200
> @@ -2782,7 +2782,7 @@ static int __init bcache_init(void)
>  	static const struct attribute *files[] = {
>  		&ksysfs_register.attr,
>  		&ksysfs_register_quiet.attr,
> -#ifdef CONFIG_BCACHE_ASYNC_REGISTRAION
> +#ifdef CONFIG_BCACHE_ASYNC_REGISTRATION
>  		&ksysfs_register_async.attr,
>  #endif
>  		&ksysfs_pendings_cleanup.attr,
> 
> 
My lovely macbook pro keyboard, ....

Thank you, I will add it in my for-next.

Coly Li

      reply	other threads:[~2020-07-16  8:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-16  8:31 [PATCH] bcache: Fix typo in Kconfig name Jean Delvare
2020-07-16  8:36 ` Coly Li [this message]

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=97981229-3cb9-a157-3d54-d17c27b8ef9d@suse.de \
    --to=colyli@suse.de \
    --cc=axboe@kernel.dk \
    --cc=jdelvare@suse.de \
    --cc=kent.overstreet@gmail.com \
    --cc=linux-bcache@vger.kernel.org \
    /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).