WARNING: line length of 82 exceeds 80 columns #113: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5354: + * otherwise, compute only the queues which have been deactivated. WARNING: line length of 83 exceeds 80 columns #145: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5386: + struct mlx5e_channel_stats *channel_stats = priv->channel_stats[i]; WARNING: line length of 85 exceeds 80 columns #153: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5394: + * 2. the channel is unavailable, so sum all TCs [0, max_opened_tc). WARNING: braces {} are not necessary for any arm of this statement #155: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5396: + if (i < priv->channels.params.num_channels) { [...] + } else { [...] WARNING: line length of 81 exceeds 80 columns #172: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5413: + struct mlx5e_sq_stats *sq_stats = &priv->ptp_stats.sq[j]; total: 0 errors, 5 warnings, 0 checks, 150 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 b08415878363 ("net/mlx5e: Add per queue netdev-genl 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, 5 warnings, 0 checks, 150 lines checked