[PATCH net-next] cxgb4: make symbol pedits static

2018-01-23 Thread Wei Yongjun
Fixes the following sparse warning: drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c:46:27: warning: symbol 'pedits' was not declared. Should it be static? Fixes: 27ece1f357b7 ("cxgb4: add tc flower support for ETH-DMAC rewrite") Signed-off-by: Wei Yongjun --- drivers/net/ethernet/chelsio/

Re: [PATCH net-next] cxgb4: make symbol pedits static

2018-01-24 Thread David Miller
From: Wei Yongjun Date: Wed, 24 Jan 2018 02:14:33 + > Fixes the following sparse warning: > > drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c:46:27: warning: > symbol 'pedits' was not declared. Should it be static? > > Fixes: 27ece1f357b7 ("cxgb4: add tc flower support for ETH-DMAC re