WARNING: line length of 85 exceeds 80 columns #125: FILE: drivers/net/virtio_net.c:710: + page_pool_put_page(rq->page_pool, virt_to_head_page(buf), -1, false); WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #279: FILE: drivers/net/virtio_net.c:934: + BUG_ON(!rq->page_pool); WARNING: line length of 81 exceeds 80 columns #301: FILE: drivers/net/virtio_net.c:1217: + curr_skb = virtnet_skb_append_frag(rq, head_skb, curr_skb, page, WARNING: line length of 81 exceeds 80 columns #567: FILE: drivers/net/virtio_net.c:2439: + curr_skb = virtnet_skb_append_frag(rq, head_skb, curr_skb, page, WARNING: line length of 89 exceeds 80 columns #613: FILE: drivers/net/virtio_net.c:2608: + unsigned int len = vi->hdr_len + VIRTNET_RX_PAD + GOOD_PACKET_LEN + xdp_headroom; WARNING: line length of 82 exceeds 80 columns #639: FILE: drivers/net/virtio_net.c:2623: + err = virtnet_rq_submit(rq, buf, vi->hdr_len + GOOD_PACKET_LEN, ctx, gfp); WARNING: line length of 85 exceeds 80 columns #642: FILE: drivers/net/virtio_net.c:2626: + page_pool_put_page(rq->page_pool, virt_to_head_page(buf), -1, false); WARNING: line length of 85 exceeds 80 columns #706: FILE: drivers/net/virtio_net.c:2728: + page_pool_put_page(rq->page_pool, virt_to_head_page(buf), -1, false); WARNING: line length of 81 exceeds 80 columns #765: FILE: drivers/net/virtio_net.c:3118: + pp_params.flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV; WARNING: line length of 86 exceeds 80 columns #771: FILE: drivers/net/virtio_net.c:3124: + /* No DMA API (e.g., VDUSE): page_pool for allocation only. */ total: 0 errors, 10 warnings, 0 checks, 850 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 dfa9643a7736 ("virtio_net: add page_pool support for buffer allocation") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 10 warnings, 0 checks, 850 lines checked