WARNING: line length of 92 exceeds 80 columns #65: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:1780: + while (pwi->frag_page->netmem != sinfo->frags[0].netmem && pwi < wi) WARNING: line length of 84 exceeds 80 columns #81: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:1795: + while (pwi->frag_page->netmem != sinfo->frags[0].netmem && pwi < wi) WARNING: line length of 100 exceeds 80 columns #115: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:2096: + while (pagep->netmem != sinfo->frags[0].netmem && pagep < frag_page) WARNING: line length of 92 exceeds 80 columns #157: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:2137: + while (pagep->netmem != sinfo->frags[0].netmem && pagep < frag_page) WARNING: line length of 93 exceeds 80 columns #164: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:2143: + headlen = min_t(u16, MLX5E_RX_MAX_HEAD - len, sinfo->xdp_frags_size); total: 0 errors, 5 warnings, 0 checks, 126 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 f8b76ca6243d ("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, 5 warnings, 0 checks, 126 lines checked