WARNING: line length of 93 exceeds 80 columns #66: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c:238: + /* Grow the bulk query buffer to max if not maxed and enough counters are present. */ WARNING: line length of 84 exceeds 80 columns #68: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c:240: + mlx5_fc_num_counters(fc_stats) > get_init_bulk_query_len(dev))) WARNING: line length of 85 exceeds 80 columns #81: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c:296: + err = xa_err(xa_store(&fc_stats->counters, id, counter, GFP_KERNEL)); total: 0 errors, 3 warnings, 0 checks, 73 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 5259fac9d29f ("net/mlx5: hw counters: Don't maintain a counter count") 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, 3 warnings, 0 checks, 73 lines checked