]> git.baikalelectronics.ru Git - kernel.git/commit
block/loop: mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 2 Jul 2018 17:52:06 +0000 (12:52 -0500)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 Jul 2018 15:07:53 +0000 (09:07 -0600)
commit15dd772e3c9a1acefea4c95c323c1e0eb3376d61
tree04d40124c254c03b6ea0f88131e4ce7f9bdc252e
parent2a8a53d2ecde752f9eec8f7951393f03f9fb89a9
block/loop: mark expected switch fall-through

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

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/loop.c