From: Jean Delvare <jdelvare@suse.de>
To: linux-bcache@vger.kernel.org
Cc: Coly Li <colyli@suse.de>, Jens Axboe <axboe@kernel.dk>,
Kent Overstreet <kent.overstreet@gmail.com>
Subject: [PATCH] bcache: Fix typo in Kconfig name
Date: Thu, 16 Jul 2020 10:31:13 +0200 [thread overview]
Message-ID: <20200716103113.08478111@endymion> (raw)
registraion -> registration
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Fixes: 0c8d3fceade2 ("bcache: configure the asynchronous registertion to be experimental")
Cc: Coly Li <colyli@suse.de>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Kent Overstreet <kent.overstreet@gmail.com>
---
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
next reply other threads:[~2020-07-16 8:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-16 8:31 Jean Delvare [this message]
2020-07-16 8:36 ` [PATCH] bcache: Fix typo in Kconfig name Coly Li
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200716103113.08478111@endymion \
--to=jdelvare@suse.de \
--cc=axboe@kernel.dk \
--cc=colyli@suse.de \
--cc=kent.overstreet@gmail.com \
--cc=linux-bcache@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.