WARNING: line length of 97 exceeds 80 columns #115: FILE: drivers/net/virtio_net.c:1217: +static struct sk_buff *virtnet_receive_xsk_merge(struct net_device *dev, struct virtnet_info *vi, WARNING: line length of 96 exceeds 80 columns #116: FILE: drivers/net/virtio_net.c:1218: + struct receive_queue *rq, struct xdp_buff *xdp, WARNING: line length of 83 exceeds 80 columns #174: FILE: drivers/net/virtio_net.c:1295: + skb = virtnet_receive_xsk_merge(dev, vi, rq, xdp, xdp_xmit, stats); total: 0 errors, 3 warnings, 0 checks, 157 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 ddd9d9eb64e6 ("virtio_net: xsk: rx: support recv merge mode") 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, 3 warnings, 0 checks, 157 lines checked