WARNING: line length of 86 exceeds 80 columns #30: 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 #35: 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 #37: 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 #38: 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 #52: 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 #53: 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 #54: 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 #56: 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 #57: 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 #73: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:546: + rq_stats->pp_hd_alloc_slow_high_order = stats.alloc_stats.slow_high_order; WARNING: line length of 83 exceeds 80 columns #82: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:555: + rq_stats->pp_hd_recycle_released_ref = stats.recycle_stats.released_refcnt; WARNING: line length of 86 exceeds 80 columns #93: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:2178: + { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, pp_hd_alloc_slow_high_order) }, WARNING: line length of 83 exceeds 80 columns #98: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:2183: + { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, pp_hd_recycle_cache_full) }, WARNING: line length of 82 exceeds 80 columns #100: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:2185: + { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, pp_hd_recycle_ring_full) }, WARNING: line length of 85 exceeds 80 columns #101: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:2186: + { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, pp_hd_recycle_released_ref) }, total: 0 errors, 15 warnings, 0 checks, 114 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 42739fd16b91 ("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, 114 lines checked