diff options
author | Ding Senjie <dingsenjie@yulong.com> | 2021-10-20 17:38:05 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-10-20 17:40:54 +0300 |
commit | a307e2abfc22880a3026bc2f2a997402b7c2d833 (patch) | |
tree | 0290ad84cb04d3228f37aa0d0245d3f63ce0175d /drivers/md | |
parent | a8e5d491dfc184c6b78cbb7f44107b01229c9df2 (diff) | |
download | linux-a307e2abfc22880a3026bc2f2a997402b7c2d833.tar.xz |
md: bcache: Fix spelling of 'acquire'
acqurie -> acquire
Signed-off-by: Ding Senjie <dingsenjie@yulong.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Coly Li <colyli@suse.de>
Link: https://lore.kernel.org/r/20211020143812.6403-2-colyli@suse.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md')
-rw-r--r-- | drivers/md/bcache/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c index f2874c77ff79..330d6c167265 100644 --- a/drivers/md/bcache/super.c +++ b/drivers/md/bcache/super.c @@ -2750,7 +2750,7 @@ static int bcache_reboot(struct notifier_block *n, unsigned long code, void *x) * The reason bch_register_lock is not held to call * bch_cache_set_stop() and bcache_device_stop() is to * avoid potential deadlock during reboot, because cache - * set or bcache device stopping process will acqurie + * set or bcache device stopping process will acquire * bch_register_lock too. * * We are safe here because bcache_is_reboot sets to |