WARNING: line length of 85 exceeds 80 columns #165: FILE: drivers/net/ethernet/pensando/ionic/ionic_lif.c:2718: + err = xdp_rxq_info_reg_mem_model(rxq_info, MEM_TYPE_PAGE_POOL, q->page_pool); WARNING: line length of 82 exceeds 80 columns #502: FILE: drivers/net/ethernet/pensando/ionic/ionic_txrx.c:359: + skb_frag_size(frag)); WARNING: line length of 84 exceeds 80 columns #664: FILE: drivers/net/ethernet/pensando/ionic/ionic_txrx.c:793: + first_buf_len = IONIC_XDP_MAX_LINEAR_MTU + VLAN_ETH_HLEN + headroom; WARNING: line length of 86 exceeds 80 columns #724: FILE: drivers/net/ethernet/pensando/ionic/ionic_txrx.c:834: + /* Recycle any leftover buffers that are too small to reuse */ WARNING: line length of 81 exceeds 80 columns #725: FILE: drivers/net/ethernet/pensando/ionic/ionic_txrx.c:835: + if (unlikely(buf_info->page && buf_info->len < frag_len)) WARNING: line length of 88 exceeds 80 columns #732: FILE: drivers/net/ethernet/pensando/ionic/ionic_txrx.c:842: + &buf_info->page_offset, total: 0 errors, 6 warnings, 0 checks, 707 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 b0b6cf89830b ("ionic: convert Rx queue buffers to use page_pool") 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, 6 warnings, 0 checks, 707 lines checked