Message ID | 4d4a6786e8ad522bfad6d2401b7f6634f8af0e5d.1658436259.git.christophe.jaillet@wanadoo.fr (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/3] ocfs2: Remove some useless functions | expand |
On 7/22/22 4:49 AM, Christophe JAILLET wrote: > s/heartbaet/heartbeat > > Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Joseph Qi <joseph.qi@linux.alibaba.com> > --- > v1 -> v2 > - this patch is new in the serie > --- > fs/ocfs2/heartbeat.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/ocfs2/heartbeat.c b/fs/ocfs2/heartbeat.c > index dd29d60af154..22da768e65b7 100644 > --- a/fs/ocfs2/heartbeat.c > +++ b/fs/ocfs2/heartbeat.c > @@ -2,7 +2,7 @@ > /* > * heartbeat.c > * > - * Register ourselves with the heartbaet service, keep our node maps > + * Register ourselves with the heartbeat service, keep our node maps > * up to date, and fire off recovery when needed. > * > * Copyright (C) 2002, 2004 Oracle. All rights reserved.
diff --git a/fs/ocfs2/heartbeat.c b/fs/ocfs2/heartbeat.c index dd29d60af154..22da768e65b7 100644 --- a/fs/ocfs2/heartbeat.c +++ b/fs/ocfs2/heartbeat.c @@ -2,7 +2,7 @@ /* * heartbeat.c * - * Register ourselves with the heartbaet service, keep our node maps + * Register ourselves with the heartbeat service, keep our node maps * up to date, and fire off recovery when needed. * * Copyright (C) 2002, 2004 Oracle. All rights reserved.
s/heartbaet/heartbeat Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> --- v1 -> v2 - this patch is new in the serie --- fs/ocfs2/heartbeat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)