aoe: mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Wed, 1 Aug 2018 22:30:20 +0000 (17:30 -0500)
committerJens Axboe <axboe@kernel.dk>
Thu, 2 Aug 2018 15:59:00 +0000 (09:59 -0600)
commit99972f171bba19243999310154b7442198f0ab30
treee37da0fe0b00c3a3f29565ea5056aa518ae1aa11
parentc480bcf97b186a67ea6f0f6cab70ba430bcd5613
aoe: mark expected switch fall-through

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

Addresses-Coverity-ID: 114722 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/aoe/aoecmd.c