WARNING: line length of 89 exceeds 80 columns #61: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c:362: +static void mlx5e_rx_reporter_diagnose_rx_res_rss_tirn(struct mlx5e_rss *rss, bool inner, WARNING: line length of 81 exceeds 80 columns #62: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c:363: + struct devlink_fmsg *fmsg) WARNING: line length of 86 exceeds 80 columns #72: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c:373: + char *tir_msg = inner ? "Inner TIRs Numbers" : "TIRs Numbers"; WARNING: line length of 92 exceeds 80 columns #80: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c:381: + devlink_fmsg_u32_pair_put(fmsg, "tirn", mlx5e_rss_get_tirn(rss, tt, inner)); WARNING: line length of 94 exceeds 80 columns #88: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c:389: +static void mlx5e_rx_reporter_diagnose_rx_res_rss_ix(struct mlx5e_rx_res *rx_res, u32 rss_idx, WARNING: line length of 87 exceeds 80 columns #154: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/rss.c:462: +bool mlx5e_rss_valid_tir(struct mlx5e_rss *rss, enum mlx5_traffic_types tt, bool inner) WARNING: line length of 88 exceeds 80 columns #173: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/rss.h:38: +bool mlx5e_rss_valid_tir(struct mlx5e_rss *rss, enum mlx5_traffic_types tt, bool inner); total: 0 errors, 7 warnings, 0 checks, 163 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 48c6b4af061e ("net/mlx5e: Expose RSS via devlink rx reporter diagnose") 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, 7 warnings, 0 checks, 163 lines checked