WARNING: line length of 83 exceeds 80 columns #35: FILE: drivers/net/virtio_net.c:505: +static void virtnet_receive_done(struct virtnet_info *vi, struct receive_queue *rq, WARNING: line length of 97 exceeds 80 columns #97: FILE: drivers/net/virtio_net.c:1124: +static struct sk_buff *virtnet_receive_xsk_small(struct net_device *dev, struct virtnet_info *vi, WARNING: line length of 96 exceeds 80 columns #98: FILE: drivers/net/virtio_net.c:1125: + struct receive_queue *rq, struct xdp_buff *xdp, WARNING: line length of 86 exceeds 80 columns #128: FILE: drivers/net/virtio_net.c:1155: +static void virtnet_receive_xsk_buf(struct virtnet_info *vi, struct receive_queue *rq, WARNING: line length of 87 exceeds 80 columns #153: FILE: drivers/net/virtio_net.c:1180: + flags = ((struct virtio_net_common_hdr *)(xdp->data - vi->hdr_len))->hdr.flags; WARNING: line length of 83 exceeds 80 columns #156: FILE: drivers/net/virtio_net.c:1183: + skb = virtnet_receive_xsk_small(dev, vi, rq, xdp, xdp_xmit, stats); WARNING: line length of 85 exceeds 80 columns #235: FILE: drivers/net/virtio_net.c:2577: + packets = virtnet_receive_xsk_bufs(vi, rq, budget, xdp_xmit, &stats); WARNING: line length of 84 exceeds 80 columns #237: FILE: drivers/net/virtio_net.c:2579: + packets = virtnet_receive_packets(vi, rq, budget, xdp_xmit, &stats); total: 0 errors, 8 warnings, 0 checks, 212 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 22b1257e7ab8 ("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, 8 warnings, 0 checks, 212 lines checked