]> asedeno.scripts.mit.edu Git - linux.git/commit
scsi: lpfc: lpfc_nportdisc: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 26 Nov 2018 19:33:58 +0000 (13:33 -0600)
committerGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 8 Apr 2019 23:38:45 +0000 (18:38 -0500)
commite305c8dfa5ece43f2047ec18a2f460e56ee1b832
tree1e521a8c7c72edab6be39b6960ddaeba9d8cf296
parentf60deecb96616ae188b08ba99a6d8fb41ee7a48f
scsi: lpfc: lpfc_nportdisc: Mark expected switch fall-through

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

Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
drivers/scsi/lpfc/lpfc_nportdisc.c