From a307e2abfc22880a3026bc2f2a997402b7c2d833 Mon Sep 17 00:00:00 2001 From: Ding Senjie Date: Wed, 20 Oct 2021 22:38:05 +0800 Subject: [PATCH] md: bcache: Fix spelling of 'acquire' acqurie -> acquire Signed-off-by: Ding Senjie Reviewed-by: Hannes Reinecke Signed-off-by: Coly Li Link: https://lore.kernel.org/r/20211020143812.6403-2-colyli@suse.de Signed-off-by: Jens Axboe --- drivers/md/bcache/super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5