scsi: aic7xxx: mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 26 Nov 2018 17:41:47 +0000 (11:41 -0600)
committerGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 8 Apr 2019 23:37:07 +0000 (18:37 -0500)
commite2e801644eb345c563bbd0bb004907e89b932543
tree5c7bf86a2cbb7552ed1e38f83c719c13059c50b1
parent74f79099efe0125b2cc1816655996b5288bb8446
scsi: aic7xxx: mark expected switch fall-throughs

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

Notice that, in some cases, I replaced "FALLTHROUGH" with a "fall through"
annotation and then placed it at the bottom of the corresponding switch
case, which is what GCC is expecting to find.

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