WARNING: line length of 81 exceeds 80 columns #51: FILE: drivers/net/ethernet/pensando/ionic/ionic_dev.h:184: +#define IONIC_PAGE_SIZE MIN(PAGE_SIZE, IONIC_MAX_BUF_LEN) WARNING: line length of 85 exceeds 80 columns #237: FILE: drivers/net/ethernet/pensando/ionic/ionic_lif.c:2720: + err = xdp_rxq_info_reg_mem_model(rxq_info, MEM_TYPE_PAGE_POOL, q->page_pool); WARNING: line length of 92 exceeds 80 columns #269: FILE: drivers/net/ethernet/pensando/ionic/ionic_lif.c:2988: + lif->kern_pid, NULL, &lif->txqcqs[i]); WARNING: line length of 92 exceeds 80 columns #287: FILE: drivers/net/ethernet/pensando/ionic/ionic_lif.c:3019: + lif->kern_pid, NULL, &lif->rxqcqs[i]); WARNING: line length of 92 exceeds 80 columns #296: FILE: drivers/net/ethernet/pensando/ionic/ionic_lif.c:3028: + lif->kern_pid, qparam->xdp_prog, &rx_qcqs[i]); WARNING: line length of 82 exceeds 80 columns #610: FILE: drivers/net/ethernet/pensando/ionic/ionic_txrx.c:359: + skb_frag_size(frag)); WARNING: line length of 84 exceeds 80 columns #772: 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 #832: 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 #833: 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 #840: FILE: drivers/net/ethernet/pensando/ionic/ionic_txrx.c:842: + &buf_info->page_offset, total: 0 errors, 10 warnings, 0 checks, 797 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 471e29897006 ("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, 10 warnings, 0 checks, 797 lines checked