]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite8e308e9d73122e61ac7f5c874f2460b9e817bba
tree3ef1d17caff926663d77c057d24c0f1e18a58d77
parent053294238e0211fff3f685e3ab464232b7154a38
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