Re: [Intel-wired-lan] [PATCH net-next] igc: Make function igc_write_rss_indir_tbl() static

2019-02-17 Thread Neftin, Sasha
On 2/17/2019 12:06, Neftin, Sasha wrote: On 2/16/2019 04:04, Wei Yongjun wrote: Fixes the following sparse warning: drivers/net/ethernet/intel/igc/igc_ethtool.c:646:6: warning:   symbol 'igc_write_rss_indir_tbl' was not declared. Should it be static? Fixes: 8c5ad0dae93c ("igc: Add ethtool supp

Re: [PATCH net-next] igc: Make function igc_write_rss_indir_tbl() static

2019-02-17 Thread Neftin, Sasha
On 2/16/2019 04:04, Wei Yongjun wrote: Fixes the following sparse warning: drivers/net/ethernet/intel/igc/igc_ethtool.c:646:6: warning: symbol 'igc_write_rss_indir_tbl' was not declared. Should it be static? Fixes: 8c5ad0dae93c ("igc: Add ethtool support") Signed-off-by: Wei Yongjun --- dr

[PATCH net-next] igc: Make function igc_write_rss_indir_tbl() static

2019-02-15 Thread Wei Yongjun
Fixes the following sparse warning: drivers/net/ethernet/intel/igc/igc_ethtool.c:646:6: warning: symbol 'igc_write_rss_indir_tbl' was not declared. Should it be static? Fixes: 8c5ad0dae93c ("igc: Add ethtool support") Signed-off-by: Wei Yongjun --- drivers/net/ethernet/intel/igc/igc_ethtool.c