net/mlx4: Use fallthrough pseudo-keyword
authorGustavo A. R. Silva <gustavoars@kernel.org>
Mon, 27 Jul 2020 17:55:26 +0000 (12:55 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Jul 2020 20:14:10 +0000 (13:14 -0700)
commit5e619d73e6797ed9f2554a1bf996d52d8c91ca50
treed55a1d9e14a6cb7ac25d7e0c0061eb90f2a21661
parenta02d26fe48f580ba1e9f88ad6f22aae9a6eca0db
net/mlx4: Use fallthrough pseudo-keyword

Replace the existing /* fall through */ comments and its variants with
the new pseudo-keyword macro fallthrough[1].

[1] https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through

Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/en_rx.c
drivers/net/ethernet/mellanox/mlx4/eq.c
drivers/net/ethernet/mellanox/mlx4/mcg.c