WARNING: line length of 85 exceeds 80 columns #133: FILE: drivers/net/virtio_net.c:715: + 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 #284: FILE: drivers/net/virtio_net.c:941: + BUG_ON(virtnet_no_page_pool(vi)); WARNING: line length of 81 exceeds 80 columns #309: FILE: drivers/net/virtio_net.c:1224: + curr_skb = virtnet_skb_append_frag(rq, head_skb, curr_skb, page, WARNING: line length of 81 exceeds 80 columns #562: FILE: drivers/net/virtio_net.c:2440: + curr_skb = virtnet_skb_append_frag(rq, head_skb, curr_skb, page, WARNING: line length of 89 exceeds 80 columns #583: FILE: drivers/net/virtio_net.c:2591: + unsigned int len = vi->hdr_len + VIRTNET_RX_PAD + GOOD_PACKET_LEN + xdp_headroom; WARNING: line length of 85 exceeds 80 columns #623: FILE: drivers/net/virtio_net.c:2622: + page_pool_put_page(rq->page_pool, virt_to_head_page(buf), -1, false); WARNING: line length of 85 exceeds 80 columns #701: FILE: drivers/net/virtio_net.c:2739: + page_pool_put_page(rq->page_pool, virt_to_head_page(buf), -1, false); WARNING: line length of 81 exceeds 80 columns #760: FILE: drivers/net/virtio_net.c:3129: + pp_params.flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV; WARNING: line length of 86 exceeds 80 columns #766: FILE: drivers/net/virtio_net.c:3135: + /* No DMA API (e.g., VDUSE): page_pool for allocation only. */ total: 0 errors, 9 warnings, 0 checks, 847 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 1153c2bc2504 ("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, 9 warnings, 0 checks, 847 lines checked