scsi: bfa: bfa_fcpim: Mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Wed, 28 Nov 2018 04:27:08 +0000 (22:27 -0600)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 7 Feb 2019 10:41:46 +0000 (21:41 +1100)
commitf7edc4489b005fa18887e956d9fc1092a1e8e5a5
tree951c612b8ab5b491caf082e98cce855afe963f9c
parent4ff56d0edefba109bf987e56034b5cfe53ca5a6c
scsi: bfa: bfa_fcpim: Mark expected switch fall-throughs

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

Notice that I replaced "Fall through !!!" with a "fall through"
annotation, which is what GCC is expecting to find.

Addresses-Coverity-ID: 114971 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
drivers/scsi/bfa/bfa_fcpim.c