WARNING: line length of 85 exceeds 80 columns #90: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c:57: + /* last{packets,bytes} are used for calculating deltas since last reading. */ WARNING: line length of 82 exceeds 80 columns #267: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c:156: + /* First id must be aligned to 4 when using bulk query. */ WARNING: line length of 94 exceeds 80 columns #270: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c:159: + /* The lock is released while querying the hw and reacquired after. */ WARNING: line length of 97 exceeds 80 columns #272: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c:161: + /* The same id needs to be processed again in the next loop iteration. */ WARNING: line length of 88 exceeds 80 columns #275: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c:164: + err = mlx5_cmd_fc_bulk_query(dev, bulk_base_id, bulk_len, data); WARNING: line length of 88 exceeds 80 columns #277: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c:166: + mlx5_core_err(dev, "Error doing bulk query: %d\n", err); WARNING: line length of 87 exceeds 80 columns #326: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c:227: + queue_delayed_work(fc_stats->wq, &fc_stats->work, fc_stats->sampling_interval); WARNING: line length of 89 exceeds 80 columns #328: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c:229: + /* num_counters is only needed for determining whether to increase the buffer. */ WARNING: line length of 87 exceeds 80 columns #371: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c:292: + err = xa_err(__xa_store(&fc_stats->counters, id, counter, GFP_KERNEL)); total: 0 errors, 9 warnings, 0 checks, 389 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 369d13904b6f ("net/mlx5: hw counters: Replace IDR+lists with xarray") 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, 9 warnings, 0 checks, 389 lines checked