WARNING: line length of 82 exceeds 80 columns #234: FILE: include/net/page_pool/helpers.h:423: + return page_pool_get_dma_addr_netmem(page_to_netmem((struct page *)page)); WARNING: line length of 88 exceeds 80 columns #589: FILE: net/core/page_pool.c:490: + if (pool->dma_map && unlikely(!page_pool_dma_map(pool, page_to_netmem(page)))) { WARNING: line length of 82 exceeds 80 columns #635: FILE: net/core/page_pool.c:528: + (struct page **)pool->alloc.cache); WARNING: line length of 81 exceeds 80 columns #1040: FILE: net/core/page_pool.c:949: + while ((netmem = (__force netmem_ref)ptr_ring_consume_bh(&pool->ring))) { total: 0 errors, 4 warnings, 0 checks, 1007 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 0070a1f508d5 ("page_pool: convert to use netmem") 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, 1007 lines checked