Re: [PATCH net-next] dpaa2-eth: Add "fall through" comments
From: Ioana Ciocoi Radulescu Date: Thu, 29 Nov 2018 08:43:40 + > Add comments in the switch statement for XDP action to indicate > fallthrough is intended. > > Signed-off-by: Ioana Radulescu Applied.
[PATCH net-next] dpaa2-eth: Add "fall through" comments
Add comments in the switch statement for XDP action to indicate fallthrough is intended. Signed-off-by: Ioana Radulescu --- drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c b/drivers/net/ether