WARNING: line length of 83 exceeds 80 columns #39: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c:60: + sq->dim->start_sample.event_ctr); CHECK: Alignment should match open parenthesis #39: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c:60: + nevents = BIT_GAP(BITS_PER_TYPE(u16), sq->cq.event_ctr, + sq->dim->start_sample.event_ctr); WARNING: line length of 83 exceeds 80 columns #60: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c:80: + rq->dim->start_sample.event_ctr); CHECK: Alignment should match open parenthesis #60: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c:80: + nevents = BIT_GAP(BITS_PER_TYPE(u16), rq->cq.event_ctr, + rq->dim->start_sample.event_ctr); total: 0 errors, 2 warnings, 2 checks, 40 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 cd8a9df06585 ("net/mlx5e: avoid to call net_dim and dim_update_sample") 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, 2 warnings, 2 checks, 40 lines checked