registraion -> registration Signed-off-by: Jean Delvare <jdelvare@xxxxxxx> Fixes: 0c8d3fceade2 ("bcache: configure the asynchronous registertion to be experimental") Cc: 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(-) --- 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