WARNING: line length of 93 exceeds 80 columns #62: FILE: drivers/net/ethernet/pensando/ionic/ionic_txrx.c:226: + frag_len = min_t(u16, len, IONIC_XDP_MAX_LINEAR_MTU + VLAN_ETH_HLEN); WARNING: line length of 83 exceeds 80 columns #69: FILE: drivers/net/ethernet/pensando/ionic/ionic_txrx.c:232: + headroom, frag_len, DMA_FROM_DEVICE); WARNING: line length of 81 exceeds 80 columns #74: FILE: drivers/net/ethernet/pensando/ionic/ionic_txrx.c:235: + buf_info->page, buf_info->page_offset + headroom, WARNING: line length of 86 exceeds 80 columns #157: FILE: drivers/net/ethernet/pensando/ionic/ionic_txrx.c:377: + skb = ionic_rx_frags(q, desc_info, headroom, len, comp->num_sg_elems); total: 0 errors, 4 warnings, 0 checks, 172 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 24761495290e ("ionic: Add XDP packet headroom") 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, 172 lines checked