* [PATCH] ocfs2: cluster: fix a typo
@ 2024-10-27 13:35 Andrew Kreimer
2024-10-28 2:52 ` Joseph Qi
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Kreimer @ 2024-10-27 13:35 UTC (permalink / raw)
To: Mark Fasheh, Joel Becker, Joseph Qi
Cc: ocfs2-devel, linux-kernel, kernel-janitors, Andrew Kreimer
Fix a typo: panicing -> panicking.
Via codespell.
Signed-off-by: Andrew Kreimer <algonell@gmail.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 >=
--
2.47.0.149.g3e3ac46130
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] ocfs2: cluster: fix a typo
2024-10-27 13:35 [PATCH] ocfs2: cluster: fix a typo Andrew Kreimer
@ 2024-10-28 2:52 ` Joseph Qi
0 siblings, 0 replies; 2+ messages in thread
From: Joseph Qi @ 2024-10-28 2:52 UTC (permalink / raw)
To: Andrew Kreimer, Mark Fasheh, Joel Becker, akpm
Cc: ocfs2-devel, linux-kernel, kernel-janitors
On 10/27/24 9:35 PM, Andrew Kreimer wrote:
> Fix a typo: panicing -> panicking.
>
> Via codespell.
>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Acked-by: Joseph Qi <joseph.qi@linux.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 >=
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-28 2:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-27 13:35 [PATCH] ocfs2: cluster: fix a typo Andrew Kreimer
2024-10-28 2:52 ` Joseph Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox