commit | f905311356ecb9c88aceeb4fa63ee0a244fc2d72 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Mon Feb 19 12:10:20 2018 -0600 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 21 14:18:18 2018 -0500 |
tree | 347267e9053047293e2e83afae65f3f2b697488f | |
parent | aa00d40b2e0b28d9cc9642518f07985d044c2b70 [diff] |
rds: send: mark expected switch fall-through in rds_rm_size In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Addresses-Coverity-ID: 1465362 ("Missing break in switch") Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Acked-by: Sowmini Varadhan <sowmini.varadhan@oracle.com> Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>