Commit 6acd193b authored by Jean Delvare's avatar Jean Delvare Committed by Jens Axboe
Browse files

bcache: Fix typo in Kconfig name



registraion -> registration

Fixes: 0c8d3fce ("bcache: configure the asynchronous registertion to be experimental")
Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
Reviewed-by: default avatarColy Li <colyli@suse.de>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Kent Overstreet <kent.overstreet@gmail.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 2e49f51a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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,