OSDN Git Service

cifs: Remove the superfluous break
authorLiao Pingfang <liao.pingfang@zte.com.cn>
Tue, 14 Jul 2020 10:59:12 +0000 (18:59 +0800)
committerSteve French <stfrench@microsoft.com>
Sun, 2 Aug 2020 23:00:26 +0000 (18:00 -0500)
commit60e5e4b3bc8eccbcda9511fea7141963030d5af7
tree35749a3b5b4912c3c05a721ccd88c4d856c87bc6
parent8e408fc9fd48664495147a4213467d99a8922c9d
cifs: Remove the superfluous break

Remove the superfuous break, as there is a 'return' before it.

Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/sess.c