From: Jie Liu Date: Wed, 3 Jul 2013 22:01:07 +0000 (-0700) Subject: ocfs2: fix a comments typo at o2quo_hb_still_up() X-Git-Tag: upstream/snapshot3+hdmi~4788^2~422 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4d8ed4f8e527751c7ece6cef73f6212808e6130;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ocfs2: fix a comments typo at o2quo_hb_still_up() Fix a comment typo in o2quo_hb_still_up() Signed-off-by: Jie Liu Cc: Gurudas Pai Cc: Joel Becker Cc: Mark Fasheh Cc: Noboru Iwamatsu Cc: Srinivas Eeeda Cc: Sunil Mushran Cc: Tao Ma Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/ocfs2/cluster/quorum.c b/fs/ocfs2/cluster/quorum.c index c19897d..1ec141e 100644 --- a/fs/ocfs2/cluster/quorum.c +++ b/fs/ocfs2/cluster/quorum.c @@ -264,7 +264,7 @@ void o2quo_hb_still_up(u8 node) /* This is analogous to hb_up. as a node's connection comes up we delay the * quorum decision until we see it heartbeating. the hold will be droped in * hb_up or hb_down. it might be perpetuated by con_err until hb_down. if - * it's already heartbeating we we might be dropping a hold that conn_up got. + * it's already heartbeating we might be dropping a hold that conn_up got. * */ void o2quo_conn_up(u8 node) {