WARNING: line length of 97 exceeds 80 columns #128: FILE: drivers/net/virtio_net.c:1246: +static struct sk_buff *virtnet_receive_xsk_merge(struct net_device *dev, struct virtnet_info *vi, WARNING: line length of 96 exceeds 80 columns #129: FILE: drivers/net/virtio_net.c:1247: + struct receive_queue *rq, struct xdp_buff *xdp, WARNING: line length of 83 exceeds 80 columns #187: FILE: drivers/net/virtio_net.c:1327: + skb = virtnet_receive_xsk_merge(dev, vi, rq, xdp, xdp_xmit, stats); total: 0 errors, 3 warnings, 0 checks, 168 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 55da3549bca4 ("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, 168 lines checked