WARNING: line length of 86 exceeds 80 columns #64: FILE: drivers/net/ethernet/mellanox/mlx5/core/en.h:1040: +int mlx5e_create_rq(struct mlx5e_rq *rq, struct mlx5e_rq_param *param, u16 q_counter); WARNING: line length of 91 exceeds 80 columns #388: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.c:103: + err = mlx5e_open_rq(params, rq_params, xsk, cpu_to_node(c->cpu), q_counter, xskrq); WARNING: line length of 85 exceeds 80 columns #410: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:1028: +int mlx5e_create_rq(struct mlx5e_rq *rq, struct mlx5e_rq_param *param, u16 q_counter) WARNING: line length of 94 exceeds 80 columns #452: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:2345: + return mlx5e_open_rq(params, rq_params, NULL, cpu_to_node(c->cpu), q_counter, &c->rq); WARNING: line length of 83 exceeds 80 columns #509: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5290: + MLX5_GET(alloc_q_counter_out, out, counter_set_id); WARNING: line length of 81 exceeds 80 columns #605: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:632: + ret = mlx5_cmd_exec_inout(pos, query_q_counter, in, out); WARNING: line length of 81 exceeds 80 columns #607: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:634: + rx_out_of_buffer += MLX5_GET(query_q_counter_out, WARNING: line length of 81 exceeds 80 columns #608: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:635: + out, out_of_buffer); total: 0 errors, 8 warnings, 0 checks, 513 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 e9df2f115923 ("net/mlx5e: Support per-mdev queue counter") 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, 8 warnings, 0 checks, 513 lines checked