From: Jean Delvare <jdelvare@xxxxxxx> registraion -> registration Signed-off-by: Jean Delvare <jdelvare@xxxxxxx> Fixes: 0c8d3fceade2 ("bcache: configure the asynchronous registertion to be experimental") Reviewed-by: Coly Li <colyli@xxxxxxx> Cc: Jens Axboe <axboe@xxxxxxxxx> Cc: Kent Overstreet <kent.overstreet@xxxxxxxxx> --- drivers/md/bcache/Kconfig | 2 +- drivers/md/bcache/super.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/md/bcache/Kconfig b/drivers/md/bcache/Kconfig index bf7dd96db9b3..d1ca4d059c20 100644 --- a/drivers/md/bcache/Kconfig +++ b/drivers/md/bcache/Kconfig @@ -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 diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c index 2014016f9a60..38d79f66fde5 100644 --- a/drivers/md/bcache/super.c +++ b/drivers/md/bcache/super.c @@ -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, -- 2.26.2