lkml.org 
[lkml]   [2021]   [May]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH][next] fs: dlm: Fix spelling mistake "stucked" -> "stuck"
Date
From: Colin Ian King <colin.king@canonical.com>

There are spelling mistake in log messages. Fix these.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
fs/dlm/midcomms.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/dlm/midcomms.c b/fs/dlm/midcomms.c
index 35664950f6b7..4e36e418b6bf 100644
--- a/fs/dlm/midcomms.c
+++ b/fs/dlm/midcomms.c
@@ -591,7 +591,7 @@ dlm_midcomms_recv_node_lookup(int nodeid, const union dlm_packet *p,
* was failed, we try to reset and
* hope it will go on.
*/
- log_print("reset node %d because shutdown stucked",
+ log_print("reset node %d because shutdown stuck",
node->nodeid);

midcomms_node_reset(node);
@@ -1159,7 +1159,7 @@ void dlm_midcomms_add_member(int nodeid)
* was failed, we try to reset and
* hope it will go on.
*/
- log_print("reset node %d because shutdown stucked",
+ log_print("reset node %d because shutdown stuck",
node->nodeid);

midcomms_node_reset(node);
--
2.31.1
\
 
 \ /
  Last update: 2021-05-26 10:53    [W:0.065 / U:2.188 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site