WARNING: line length of 86 exceeds 80 columns #42: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.c:2240: + u32 frag_len = bnxt_rx_agg_netmems_xdp(bp, cpr, &bnxt_xdp.xdp, WARNING: line length of 94 exceeds 80 columns #51: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.c:2252: + if (bnxt_rx_xdp(bp, rxr, cons, &bnxt_xdp.xdp, data, &data_ptr, &len, event)) { WARNING: line length of 81 exceeds 80 columns #67: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.c:2268: + skb = bnxt_copy_xdp(bnapi, &bnxt_xdp.xdp, len, dma_addr); WARNING: line length of 85 exceeds 80 columns #76: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.c:2276: + bnxt_xdp_buff_frags_free(rxr, &bnxt_xdp.xdp); total: 0 errors, 4 warnings, 0 checks, 80 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 7eacf653b6e6 ("bnxt_en: use bnxt_xdp_buff for xdp context") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 80 lines checked