WARNING: line length of 90 exceeds 80 columns #49: FILE: drivers/net/ethernet/pensando/ionic/ionic_dev.h:202: + SKB_DATA_ALIGN(sizeof(struct skb_shared_info)))) WARNING: line length of 83 exceeds 80 columns #200: FILE: drivers/net/ethernet/pensando/ionic/ionic_lif.c:2716: +static int ionic_xdp_register_rxq_info(struct ionic_queue *q, unsigned int napi_id) WARNING: line length of 91 exceeds 80 columns #252: FILE: drivers/net/ethernet/pensando/ionic/ionic_lif.c:2768: + err = ionic_xdp_register_rxq_info(q, lif->rxqcqs[i]->napi.napi_id); WARNING: line length of 81 exceeds 80 columns #290: FILE: drivers/net/ethernet/pensando/ionic/ionic_lif.c:2806: + maxfs = __le32_to_cpu(lif->identity->eth.max_frame_size) - VLAN_ETH_HLEN; WARNING: line length of 84 exceeds 80 columns #413: FILE: drivers/net/ethernet/pensando/ionic/ionic_txrx.c:180: + size = ALIGN(used, q->xdp_rxq_info ? IONIC_PAGE_SIZE : IONIC_PAGE_SPLIT_SZ); total: 0 errors, 5 warnings, 0 checks, 426 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 0a92e955319f ("ionic: add initial framework for XDP support") 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, 426 lines checked