summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/Kconfig
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2020-07-25 20:00:15 +0800
committerJens Axboe <axboe@kernel.dk>2020-07-25 07:38:19 -0600
commit6acd193b2654a9ccdeb18a51f1348c17b97e1d78 (patch)
tree0f377ee796d8b71ea65afb1cdb4f07ce4b5a26e9 /drivers/md/bcache/Kconfig
parent2e49f51aba2bb2e1b249f28fc47e7d5cdb625ae0 (diff)
bcache: Fix typo in Kconfig name
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>
Diffstat (limited to 'drivers/md/bcache/Kconfig')
-rw-r--r--drivers/md/bcache/Kconfig2
1 files changed, 1 insertions, 1 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