linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bcache: Fix typo in Kconfig name
@ 2020-07-16  8:31 Jean Delvare
  2020-07-16  8:36 ` Coly Li
  0 siblings, 1 reply; 2+ messages in thread
From: Jean Delvare @ 2020-07-16  8:31 UTC (permalink / raw)
  To: linux-bcache; +Cc: Coly Li, Jens Axboe, Kent Overstreet

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,


-- 
Jean Delvare
SUSE L3 Support

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

* Re: [PATCH] bcache: Fix typo in Kconfig name
  2020-07-16  8:31 [PATCH] bcache: Fix typo in Kconfig name Jean Delvare
@ 2020-07-16  8:36 ` Coly Li
  0 siblings, 0 replies; 2+ messages in thread
From: Coly Li @ 2020-07-16  8:36 UTC (permalink / raw)
  To: Jean Delvare, linux-bcache; +Cc: Jens Axboe, Kent Overstreet

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

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

end of thread, other threads:[~2020-07-16  8:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16  8:31 [PATCH] bcache: Fix typo in Kconfig name Jean Delvare
2020-07-16  8:36 ` Coly Li

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).