diff mbox series

[02/14] md: bcache: Fix spelling of 'acquire'

Message ID 20210615054921.101421-3-colyli@suse.de (mailing list archive)
State New, archived
Headers show
Series bcache patches for Linux v5.14 | expand

Commit Message

Coly Li June 15, 2021, 5:49 a.m. UTC
From: Ding Senjie <dingsenjie@yulong.com>

acqurie -> acquire

Signed-off-by: Ding Senjie <dingsenjie@yulong.com>
Signed-off-by: Coly Li <colyli@suse.de>
---
 drivers/md/bcache/super.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Hannes Reinecke June 22, 2021, 10:03 a.m. UTC | #1
On 6/15/21 7:49 AM, Coly Li wrote:
> From: Ding Senjie <dingsenjie@yulong.com>
> 
> acqurie -> acquire
> 
> Signed-off-by: Ding Senjie <dingsenjie@yulong.com>
> Signed-off-by: Coly Li <colyli@suse.de>
> ---
>  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 0a20ccf5a1db..2f1ee4fbf4d5 100644
> --- a/drivers/md/bcache/super.c
> +++ b/drivers/md/bcache/super.c
> @@ -2760,7 +2760,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
> 
Reviewed-by: Hannes Reinecke <hare@suse.de>

Cheers,

Hannes
diff mbox series

Patch

diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c
index 0a20ccf5a1db..2f1ee4fbf4d5 100644
--- a/drivers/md/bcache/super.c
+++ b/drivers/md/bcache/super.c
@@ -2760,7 +2760,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