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: <42fec340-eedc-41b2-9f27-2e41c92d2bba@linux.alibaba.com>
Date: Mon, 28 Oct 2024 10:52:11 +0800
From: Joseph Qi <joseph.qi@...ux.alibaba.com>
To: Andrew Kreimer <algonell@...il.com>, Mark Fasheh <mark@...heh.com>,
 Joel Becker <jlbec@...lplan.org>, akpm <akpm@...ux-foundation.org>
Cc: ocfs2-devel@...ts.linux.dev, linux-kernel@...r.kernel.org,
 kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] ocfs2: cluster: fix a typo



On 10/27/24 9:35 PM, Andrew Kreimer wrote:
> Fix a typo: panicing -> panicking.
> 
> Via codespell.
> 
> Signed-off-by: Andrew Kreimer <algonell@...il.com>

Acked-by: Joseph Qi <joseph.qi@...ux.alibaba.com>
> ---
>  fs/ocfs2/cluster/quorum.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/ocfs2/cluster/quorum.c b/fs/ocfs2/cluster/quorum.c
> index 15d0ed9c13e5..8bf17231d7b7 100644
> --- a/fs/ocfs2/cluster/quorum.c
> +++ b/fs/ocfs2/cluster/quorum.c
> @@ -60,7 +60,7 @@ static void o2quo_fence_self(void)
>  	switch (o2nm_single_cluster->cl_fence_method) {
>  	case O2NM_FENCE_PANIC:
>  		panic("*** ocfs2 is very sorry to be fencing this system by "
> -		      "panicing ***\n");
> +		      "panicking ***\n");
>  		break;
>  	default:
>  		WARN_ON(o2nm_single_cluster->cl_fence_method >=


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ