WARNING: line length of 88 exceeds 80 columns #134: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5355: + for (i = priv->channels.params.num_channels; i < priv->stats_nch; i++) { WARNING: line length of 83 exceeds 80 columns #160: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5381: + struct mlx5e_channel_stats *channel_stats = priv->channel_stats[i]; WARNING: line length of 81 exceeds 80 columns #180: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5401: + struct mlx5e_sq_stats *sq_stats = &channel_stats->sq[tc]; WARNING: line length of 105 exceeds 80 columns #196: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5417: + if (priv->tx_ptp_opened && (!ptp_channel || !test_bit(MLX5E_PTP_STATE_TX, ptp_channel->state))) { WARNING: line length of 82 exceeds 80 columns #198: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5419: + struct mlx5e_sq_stats *sq_stats = &priv->ptp_stats.sq[tc]; 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 906beced8c51 ("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