WARNING: line length of 88 exceeds 80 columns #147: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5348: + for (i = priv->channels.params.num_channels; i < priv->stats_nch; i++) { WARNING: line length of 87 exceeds 80 columns #163: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5364: + !test_bit(MLX5E_PTP_STATE_RX, priv->channels.ptp->state)) { WARNING: line length of 86 exceeds 80 columns #164: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5365: + struct mlx5e_rq_stats *rq_stats = &priv->ptp_stats.rq; WARNING: line length of 83 exceeds 80 columns #176: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5377: + struct mlx5e_channel_stats *channel_stats = priv->channel_stats[i]; WARNING: line length of 85 exceeds 80 columns #184: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5385: + * 2. the channel is unavailable, so sum all TCs [0, max_opened_tc). WARNING: line length of 81 exceeds 80 columns #192: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5393: + struct mlx5e_sq_stats *sq_stats = &channel_stats->sq[tc]; WARNING: line length of 101 exceeds 80 columns #201: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5402: + if (priv->channels.ptp && !test_bit(MLX5E_PTP_STATE_TX, priv->channels.ptp->state)) { WARNING: line length of 90 exceeds 80 columns #203: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5404: + struct mlx5e_sq_stats *sq_stats = &priv->ptp_stats.sq[tc]; total: 0 errors, 8 warnings, 0 checks, 156 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 66b3eed8e629 ("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, 8 warnings, 0 checks, 156 lines checked