]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
bcache: Fix typo in Kconfig name
authorJean Delvare <jdelvare@suse.de>
Sat, 25 Jul 2020 12:00:15 +0000 (20:00 +0800)
committerJens Axboe <axboe@kernel.dk>
Sat, 25 Jul 2020 13:38:19 +0000 (07:38 -0600)
registraion -> registration

Fixes: 0c8d3fceade2 ("bcache: configure the asynchronous registertion to be experimental")
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Reviewed-by: Coly Li <colyli@suse.de>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Kent Overstreet <kent.overstreet@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/Kconfig
drivers/md/bcache/super.c

index bf7dd96db9b39c832127292cbbe082c1319315a4..d1ca4d059c2093d27d1d9ee011b3098125f89bf7 100644 (file)
@@ -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
index de13f6e916966dc542c01e0073eaf39f4867c0c5..fb54a59ffe12ef42dc2e407a27ff9b59519b2234 100644 (file)
@@ -2790,7 +2790,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,