lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAL3q7H4_DvxRKJs1Z-o2AMQ51XTMc1ebCd4UxtX_gOBOThX6fg@mail.gmail.com>
Date: Fri, 19 Dec 2025 10:52:25 +0000
From: Filipe Manana <fdmanana@...nel.org>
To: Colin Ian King <colin.i.king@...il.com>
Cc: Chris Mason <clm@...com>, David Sterba <dsterba@...e.com>, linux-btrfs@...r.kernel.org, 
	kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] btrfs: fix spelling mistake "duing" -> "during"

On Fri, Dec 19, 2025 at 10:37 AM Colin Ian King <colin.i.king@...il.com> wrote:
>
> There is a spelling mistake in a btrfs error message, fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@...il.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
>
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ