mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
fs/ocfs2/cluster/tcp.c: remove unneeded break
A break is not needed if it is preceded by a goto Link: https://lkml.kernel.org/r/20201019175216.2329-1-trix@redhat.com Signed-off-by: Tom Rix <trix@redhat.com> Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com> Cc: Mark Fasheh <mark@fasheh.com> Cc: Joel Becker <jlbec@evilplan.org> Cc: Junxiao Bi <junxiao.bi@oracle.com> Cc: Changwei Ge <gechangwei@live.cn> Cc: Gang He <ghe@suse.com> Cc: Jun Piao <piaojun@huawei.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
4dad18f477
commit
a0823b5e44
1 changed files with 0 additions and 1 deletions
|
@ -1198,7 +1198,6 @@ static int o2net_process_message(struct o2net_sock_container *sc,
|
|||
msglog(hdr, "bad magic\n");
|
||||
ret = -EINVAL;
|
||||
goto out;
|
||||
break;
|
||||
}
|
||||
|
||||
/* find a handler for it */
|
||||
|
|
Loading…
Reference in a new issue