]> asedeno.scripts.mit.edu Git - linux.git/commit
scsi: lpfc: lpfc_els: Mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 26 Nov 2018 19:23:34 +0000 (13:23 -0600)
committerGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 8 Apr 2019 23:37:47 +0000 (18:37 -0500)
commitbf9598bdb311fc4013208b83c41357cde9d97522
tree8492b22e5e6521572757b5c9f661ae10a0c94e80
parentdbb744ba4129ee94f7729ae369e387079e9a5f1d
scsi: lpfc: lpfc_els: Mark expected switch fall-throughs

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

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