WARNING: line length of 86 exceeds 80 columns #43: FILE: drivers/net/virtio_net.c:5035: +static int virtnet_rq_bind_xsk_pool(struct virtnet_info *vi, struct receive_queue *rq, WARNING: line length of 93 exceeds 80 columns #51: FILE: drivers/net/virtio_net.c:5043: + err = xdp_rxq_info_reg(&rq->xsk_rxq_info, vi->dev, qindex, rq->napi.napi_id); WARNING: line length of 96 exceeds 80 columns #67: FILE: drivers/net/virtio_net.c:5059: + netdev_err(vi->dev, "reset rx fail: rx queue index: %d err: %d\n", qindex, err); WARNING: line length of 81 exceeds 80 columns #160: FILE: drivers/net/virtio_net.c:5152: +static int virtnet_xsk_pool_setup(struct net_device *dev, struct netdev_bpf *xdp) total: 0 errors, 4 warnings, 0 checks, 158 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 3a5e03aaeafd ("virtio_net: xsk: bind/unbind xsk for rx") 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, 4 warnings, 0 checks, 158 lines checked