WARNING: line length of 82 exceeds 80 columns #91: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:2072: + pg_consumed_bytes = min_t(u32, PAGE_SIZE - frag_offset, byte_cnt); WARNING: line length of 91 exceeds 80 columns #122: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:2114: + truesize -= ALIGN(pg_consumed_bytes, BIT(rq->mpwqe.log_stride_sz)); WARNING: line length of 91 exceeds 80 columns #125: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:2117: + ALIGN(PAGE_SIZE, BIT(rq->mpwqe.log_stride_sz)); WARNING: line length of 93 exceeds 80 columns #140: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:2148: + headlen = min_t(u16, MLX5E_RX_MAX_HEAD - len, sinfo->xdp_frags_size); total: 0 errors, 4 warnings, 0 checks, 98 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 89013a8deb60 ("net/mlx5e: Fix generating skb from nonlinear xdp_buff") 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, 98 lines checked