WARNING: line length of 82 exceeds 80 columns #56: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:2070: + pg_consumed_bytes = min_t(u32, PAGE_SIZE - frag_offset, byte_cnt); WARNING: line length of 84 exceeds 80 columns #82: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:2107: + truesize -= ALIGN(pg_consumed_bytes, BIT(rq->mpwqe.log_stride_sz)) + WARNING: line length of 97 exceeds 80 columns #83: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:2108: + (nr_frags_free - 1) * ALIGN(PAGE_SIZE, BIT(rq->mpwqe.log_stride_sz)); WARNING: line length of 85 exceeds 80 columns #99: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:2140: + headlen = min_t(u16, MLX5E_RX_MAX_HEAD - len, skb->data_len); total: 0 errors, 4 warnings, 0 checks, 58 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 eadb23975044 ("net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for striding RQ") 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, 4 warnings, 0 checks, 58 lines checked