WARNING: line length of 82 exceeds 80 columns #56: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:2073: + pg_consumed_bytes = min_t(u32, PAGE_SIZE - frag_offset, byte_cnt); WARNING: line length of 92 exceeds 80 columns #83: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:2111: + truesize -= ALIGN(pg_consumed_bytes, BIT(rq->mpwqe.log_stride_sz)) + WARNING: line length of 85 exceeds 80 columns #101: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:2145: + headlen = min_t(u16, MLX5E_RX_MAX_HEAD - len, skb->data_len); total: 0 errors, 3 warnings, 0 checks, 60 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 d86c323018ea ("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, 3 warnings, 0 checks, 60 lines checked