[PATCH][next] btrfs: fix spelling mistake "duing" -> "during"

Colin Ian King posted 1 patch 1 month, 2 weeks ago
fs/btrfs/transaction.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] btrfs: fix spelling mistake "duing" -> "during"
Posted by Colin Ian King 1 month, 2 weeks ago
There is a spelling mistake in a btrfs error message, fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 fs/btrfs/transaction.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c
index 206872d757c8..41e04c808d27 100644
--- a/fs/btrfs/transaction.c
+++ b/fs/btrfs/transaction.c
@@ -1623,7 +1623,7 @@ static int qgroup_account_snapshot(struct btrfs_trans_handle *trans,
 	ret = btrfs_write_and_wait_transaction(trans);
 	if (unlikely(ret))
 		btrfs_err(fs_info,
-"error while writing out transaction duing qgroup snapshot accounting: %d", ret);
+"error while writing out transaction during qgroup snapshot accounting: %d", ret);
 
 out:
 	/*
-- 
2.51.0
Re: [PATCH][next] btrfs: fix spelling mistake "duing" -> "during"
Posted by Filipe Manana 1 month, 2 weeks ago
On Fri, Dec 19, 2025 at 10:37 AM Colin Ian King <colin.i.king@gmail.com> wrote:
>
> There is a spelling mistake in a btrfs error message, fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  fs/btrfs/transaction.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c
> index 206872d757c8..41e04c808d27 100644
> --- a/fs/btrfs/transaction.c
> +++ b/fs/btrfs/transaction.c
> @@ -1623,7 +1623,7 @@ static int qgroup_account_snapshot(struct btrfs_trans_handle *trans,
>         ret = btrfs_write_and_wait_transaction(trans);
>         if (unlikely(ret))
>                 btrfs_err(fs_info,
> -"error while writing out transaction duing qgroup snapshot accounting: %d", ret);
> +"error while writing out transaction during qgroup snapshot accounting: %d", ret);

As this is in a recent patch not yet in Linus' tree, I've updated the
patch in the github for-next branch (David will later update the for
branch for linux-next).

Thanks.

>
>  out:
>         /*
> --
> 2.51.0
>
>