]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita8c81a604bb7eee7a85387346b9bd5121ec2c500
treee37da0fe0b00c3a3f29565ea5056aa518ae1aa11
parent43c29158e7d9b353785a99b2551e3deb4062d2b4
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