[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241027133540.22090-1-algonell@gmail.com>
Date: Sun, 27 Oct 2024 15:35:18 +0200
From: Andrew Kreimer <algonell@...il.com>
To: Mark Fasheh <mark@...heh.com>,
Joel Becker <jlbec@...lplan.org>,
Joseph Qi <joseph.qi@...ux.alibaba.com>
Cc: ocfs2-devel@...ts.linux.dev,
linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org,
Andrew Kreimer <algonell@...il.com>
Subject: [PATCH] ocfs2: cluster: fix a typo
Fix a typo: panicing -> panicking.
Via codespell.
Signed-off-by: Andrew Kreimer <algonell@...il.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
Powered by blists - more mailing lists