diff options
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2018-08-09 18:08:24 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-08-11 21:28:34 +0300 |
commit | d331e7589753f02f93db350910e4bcbbecf6f726 (patch) | |
tree | 06575bdeb925eea23678c954a73f75334e370d29 /drivers/vme | |
parent | 98ed1e642c451b3ed9f4c5785b291a3fc9e82166 (diff) | |
download | linux-d331e7589753f02f93db350910e4bcbbecf6f726.tar.xz |
net: dp83640: Mark expected switch fall-throughs
In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.
Notice that in this particular case, I replaced the code comment at the
top of the switch statement with a proper "fall through" annotation for
each case, which is what GCC is expecting to find.
Addresses-Coverity-ID: 1056542 ("Missing break in switch")
Addresses-Coverity-ID: 1339579 ("Missing break in switch")
Addresses-Coverity-ID: 1369526 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/vme')
0 files changed, 0 insertions, 0 deletions