diff mbox series

ocfs2: cluster: fix a typo

Message ID 20241027133540.22090-1-algonell@gmail.com (mailing list archive)
State New
Headers show
Series ocfs2: cluster: fix a typo | expand

Commit Message

Andrew Kreimer Oct. 27, 2024, 1:35 p.m. UTC
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(-)

Comments

Joseph Qi Oct. 28, 2024, 2:52 a.m. UTC | #1
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 >=
diff mbox series

Patch

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 >=