Re: [PATCH net-next] net/mlx5: Make function mlx5_fpga_tls_send_teardown_cmd() static

2018-06-03 Thread David Miller
From: Wei Yongjun Date: Thu, 31 May 2018 02:31:12 + > Fixes the following sparse warning: > > drivers/net/ethernet/mellanox/mlx5/core/fpga/tls.c:199:6: warning: > symbol 'mlx5_fpga_tls_send_teardown_cmd' was not declared. Should it be > static? > > Signed-off-by: Wei Yongjun Applied.

[PATCH net-next] net/mlx5: Make function mlx5_fpga_tls_send_teardown_cmd() static

2018-05-30 Thread Wei Yongjun
Fixes the following sparse warning: drivers/net/ethernet/mellanox/mlx5/core/fpga/tls.c:199:6: warning: symbol 'mlx5_fpga_tls_send_teardown_cmd' was not declared. Should it be static? Signed-off-by: Wei Yongjun --- drivers/net/ethernet/mellanox/mlx5/core/fpga/tls.c | 4 ++-- 1 file changed, 2 i