public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs: ocfs: fix spelling mistake "heartbeart" -> "heartbeat"
@ 2019-04-27 12:22 ChenGang
  2019-04-28  1:32 ` Joseph Qi
  2019-04-29 12:41 ` [PATCH] fs: ocfs: fix spelling mistake "hearbeating" " ChenGang
  0 siblings, 2 replies; 4+ messages in thread
From: ChenGang @ 2019-04-27 12:22 UTC (permalink / raw)
  To: mark, jlbec; +Cc: linux-kernel, kernel-janitors, ocfs2-devel, ChenGang

There is a spelling mistake in o2hb_do_disk_heartbeat debug message.Fix it.

Signed-off-by: ChenGang <cg.chen@huawei.com>
---
 fs/ocfs2/cluster/heartbeat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ocfs2/cluster/heartbeat.c b/fs/ocfs2/cluster/heartbeat.c
index f3c20b2..e4e7df1 100644
--- a/fs/ocfs2/cluster/heartbeat.c
+++ b/fs/ocfs2/cluster/heartbeat.c
@@ -1198,7 +1198,7 @@ static int o2hb_do_disk_heartbeat(struct o2hb_region *reg)
 	if (atomic_read(&reg->hr_steady_iterations) != 0) {
 		if (atomic_dec_and_test(&reg->hr_unsteady_iterations)) {
 			printk(KERN_NOTICE "o2hb: Unable to stabilize "
-			       "heartbeart on region %s (%s)\n",
+			       "heartbeat on region %s (%s)\n",
 			       config_item_name(&reg->hr_item),
 			       reg->hr_dev_name);
 			atomic_set(&reg->hr_steady_iterations, 0);
-- 
1.8.5.6

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-04-30  1:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-27 12:22 [PATCH] fs: ocfs: fix spelling mistake "heartbeart" -> "heartbeat" ChenGang
2019-04-28  1:32 ` Joseph Qi
2019-04-29 12:41 ` [PATCH] fs: ocfs: fix spelling mistake "hearbeating" " ChenGang
2019-04-30  1:31   ` Joseph Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox