WARNING: line length of 86 exceeds 80 columns #29: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:211: + { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_pp_hd_alloc_slow_high_order) }, WARNING: line length of 83 exceeds 80 columns #34: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:216: + { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_pp_hd_recycle_cache_full) }, WARNING: line length of 82 exceeds 80 columns #36: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:218: + { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_pp_hd_recycle_ring_full) }, WARNING: line length of 85 exceeds 80 columns #37: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:219: + { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, rx_pp_hd_recycle_released_ref) }, WARNING: line length of 89 exceeds 80 columns #51: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:405: + s->rx_pp_hd_alloc_slow_high_order += rq_stats->pp_hd_alloc_slow_high_order; WARNING: line length of 82 exceeds 80 columns #52: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:406: + s->rx_pp_hd_recycle_cached += rq_stats->pp_hd_recycle_cached; WARNING: line length of 86 exceeds 80 columns #53: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:407: + s->rx_pp_hd_recycle_cache_full += rq_stats->pp_hd_recycle_cache_full; WARNING: line length of 85 exceeds 80 columns #55: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:409: + s->rx_pp_hd_recycle_ring_full += rq_stats->pp_hd_recycle_ring_full; WARNING: line length of 88 exceeds 80 columns #56: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:410: + s->rx_pp_hd_recycle_released_ref += rq_stats->pp_hd_recycle_released_ref; WARNING: line length of 82 exceeds 80 columns #71: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:545: + rq_stats->pp_hd_alloc_slow_high_order = stats.alloc_stats.slow_high_order; WARNING: line length of 83 exceeds 80 columns #80: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:554: + rq_stats->pp_hd_recycle_released_ref = stats.recycle_stats.released_refcnt; WARNING: line length of 86 exceeds 80 columns #91: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:2177: + { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, pp_hd_alloc_slow_high_order) }, WARNING: line length of 83 exceeds 80 columns #96: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:2182: + { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, pp_hd_recycle_cache_full) }, WARNING: line length of 82 exceeds 80 columns #98: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:2184: + { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, pp_hd_recycle_ring_full) }, WARNING: line length of 85 exceeds 80 columns #99: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:2185: + { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, pp_hd_recycle_released_ref) }, total: 0 errors, 15 warnings, 0 checks, 113 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 7042f2fb9457 ("net/mlx5e: SHAMPO: Headers page pool stats") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 15 warnings, 0 checks, 113 lines checked