WARNING: line length of 82 exceeds 80 columns #88: FILE: drivers/net/ethernet/mellanox/mlx5/core/en.h:780: + /* async_icosq can be accessed from any CPU - the spinlock protects it. */ WARNING: line length of 87 exceeds 80 columns #173: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/xsk/tx.c:29: + if (unlikely(!test_bit(MLX5E_SQ_STATE_ENABLED, &c->async_icosq.state))) WARNING: line length of 91 exceeds 80 columns #178: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/xsk/tx.c:32: + if (test_and_set_bit(MLX5E_SQ_STATE_PENDING_XSK_TX, &c->async_icosq.state)) WARNING: line length of 95 exceeds 80 columns #325: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_txrx.h:53: + return budget && test_bit(MLX5E_SQ_STATE_PENDING_TLS_RX_RESYNC, &c->async_icosq.state); WARNING: line length of 81 exceeds 80 columns #399: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:2601: + err = mlx5e_open_cq(c->mdev, icocq_moder, &cparam->async_icosq.cqp, &ccp, total: 0 errors, 5 warnings, 0 checks, 489 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 e0713438c62a ("net/mlx5e: Undo saving per-channel async ICOSQ") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 489 lines checked