WARNING: line length of 96 exceeds 80 columns #80: FILE: drivers/net/ethernet/ti/icssg/icssg_common.c:190: + netdev_err(ndev, "tx_complete: invalid swdata type %d\n", swdata->type); WARNING: line length of 96 exceeds 80 columns #140: FILE: drivers/net/ethernet/ti/icssg/icssg_common.c:594: + buf_dma = dma_map_single(tx_chn->dma_dev, xdpf->data, xdpf->len, DMA_TO_DEVICE); WARNING: line length of 85 exceeds 80 columns #158: FILE: drivers/net/ethernet/ti/icssg/icssg_common.c:612: + cppi5_desc_set_tags_ids(&first_desc->hdr, 0, (emac->port_id | (q_idx << 8))); WARNING: line length of 83 exceeds 80 columns #160: FILE: drivers/net/ethernet/ti/icssg/icssg_common.c:614: + cppi5_hdesc_attach_buf(first_desc, buf_dma, xdpf->len, buf_dma, xdpf->len); WARNING: line length of 82 exceeds 80 columns #432: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:1073: +static int emac_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames, total: 0 errors, 5 warnings, 0 checks, 542 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 2ad4704de18d ("net: ti: icssg-prueth: Add 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, 542 lines checked