scsi: be2iscsi: be_main: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 26 Nov 2018 17:49:38 +0000 (11:49 -0600)
committerGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 8 Apr 2019 23:37:19 +0000 (18:37 -0500)
commita8308767c1694e70e05133e0ac708d1f09b96a87
treecc21a599e38374bca49c3890130a03299394b00c
parent6a29edc41e13c28d8450520195b2243e0d9efc96
scsi: be2iscsi: be_main: Mark expected switch fall-through

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Addresses-Coverity-ID: 1357387 ("Missing break in switch")
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
drivers/scsi/be2iscsi/be_main.c