fs/ocfs2/cluster/quorum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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
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 >=
© 2016 - 2026 Red Hat, Inc.