While looking for sparse and warning output in another driver, I saw several trivial warnings from MLX5 driver. This patch series fixes them. Stephen Hemminger (3): mlx5: hide unused functions mlx5: fix warning about missing prototype mlx5: fix space waste from ethtool descriptions .../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 208 +++++++++++++++++++++ drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 1 + drivers/net/ethernet/mellanox/mlx5/core/en_stats.h | 206 +------------------- drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 1 + drivers/net/ethernet/mellanox/mlx5/core/ipoib.c | 24 +-- 5 files changed, 224 insertions(+), 216 deletions(-) -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html