commit | 310fc0513ea9bac6cb772b9fb6ec936dce12913b | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Thu Sep 13 13:39:22 2018 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 13 15:36:41 2018 -0700 |
tree | 3ef1d17caff926663d77c057d24c0f1e18a58d77 | |
parent | 50c12f7401a983d490b3397d5d5f0580a2a9f9c3 [diff] |
tg3: Fix fall-through annotations Replace "fallthru" with a proper "fall through" annotation. This fix is part of the ongoing efforts to enabling -Wimplicit-fallthrough Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: David S. Miller <davem@davemloft.net>