Re: [PATCH net-next] net/mlx5e: Make function mlx5i_grp_sw_update_stats() static

2018-09-05 Thread David Miller
From: Wei Yongjun Date: Wed, 5 Sep 2018 11:16:02 + > Fixes the following sparse warning: > > drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c:119:6: warning: > symbol 'mlx5i_grp_sw_update_stats' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun Applied.

Re: [PATCH net-next] net/mlx5e: Make function mlx5i_grp_sw_update_stats() static

2018-09-05 Thread Leon Romanovsky
On Wed, Sep 05, 2018 at 11:16:02AM +, Wei Yongjun wrote: > Fixes the following sparse warning: > > drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c:119:6: warning: > symbol 'mlx5i_grp_sw_update_stats' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun > --- > drivers/

[PATCH net-next] net/mlx5e: Make function mlx5i_grp_sw_update_stats() static

2018-09-05 Thread Wei Yongjun
Fixes the following sparse warning: drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c:119:6: warning: symbol 'mlx5i_grp_sw_update_stats' was not declared. Should it be static? Signed-off-by: Wei Yongjun --- drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c | 2 +- 1 file changed, 1 ins