tg3: Fix fall-through annotations
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Thu, 13 Sep 2018 18:39:22 +0000 (13:39 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Sep 2018 22:36:41 +0000 (15:36 -0700)
commit310fc0513ea9bac6cb772b9fb6ec936dce12913b
tree3ef1d17caff926663d77c057d24c0f1e18a58d77
parent50c12f7401a983d490b3397d5d5f0580a2a9f9c3
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>
drivers/net/ethernet/broadcom/tg3.c