WARNING: line length of 97 exceeds 80 columns #109: FILE: drivers/net/virtio_net.c:1371: +static struct sk_buff *virtnet_receive_xsk_small(struct net_device *dev, struct virtnet_info *vi, WARNING: line length of 96 exceeds 80 columns #110: FILE: drivers/net/virtio_net.c:1372: + struct receive_queue *rq, struct xdp_buff *xdp, WARNING: line length of 97 exceeds 80 columns #140: FILE: drivers/net/virtio_net.c:1402: +static struct sk_buff *virtnet_receive_xsk_buf(struct virtnet_info *vi, struct receive_queue *rq, WARNING: line length of 83 exceeds 80 columns #165: FILE: drivers/net/virtio_net.c:1427: + skb = virtnet_receive_xsk_small(dev, vi, rq, xdp, xdp_xmit, stats); WARNING: line length of 90 exceeds 80 columns #187: FILE: drivers/net/virtio_net.c:2845: + skb = virtnet_receive_xsk_buf(vi, rq, buf, len, xdp_xmit, &stats); total: 0 errors, 5 warnings, 0 checks, 167 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 850d01f36d3d ("virtio_net: xsk: rx: support recv small 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, 5 warnings, 0 checks, 167 lines checked