]> asedeno.scripts.mit.edu Git - linux.git/commit
nvme-rdma: mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Thu, 5 Jul 2018 13:14:00 +0000 (08:14 -0500)
committerChristoph Hellwig <hch@lst.de>
Tue, 24 Jul 2018 13:55:48 +0000 (15:55 +0200)
commit249090f9016b7d68a18fc4c79c42accca18d6961
tree5a9012428905a0ea4366355fe259bfa13808f206
parent6268953e8977a23ca7512a2921e82a5d9252ec01
nvme-rdma: 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: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/rdma.c