WARNING: line length of 83 exceeds 80 columns #153: FILE: include/net/page_pool/types.h:86: +#define PP_DMA_INDEX_BITS MIN(32, __ffs(POISON_POINTER_DELTA) - PP_DMA_INDEX_SHIFT) WARNING: line length of 83 exceeds 80 columns #290: FILE: net/core/page_pool.c:467: + /* re-check under rcu_read_lock() to sync with page_pool_scrub() */ WARNING: line length of 83 exceeds 80 columns #299: FILE: net/core/page_pool.c:475: +static bool page_pool_dma_map(struct page_pool *pool, netmem_ref netmem, gfp_t gfp) WARNING: line length of 81 exceeds 80 columns #316: FILE: net/core/page_pool.c:497: + err = xa_alloc_bh(&pool->dma_mapped, &id, netmem_to_page(netmem), WARNING: line length of 93 exceeds 80 columns #343: FILE: net/core/page_pool.c:531: + if (pool->dma_map && unlikely(!page_pool_dma_map(pool, page_to_netmem(page), gfp))) { WARNING: line length of 81 exceeds 80 columns #352: FILE: net/core/page_pool.c:577: + if (dma_map && unlikely(!page_pool_dma_map(pool, netmem, gfp))) { total: 0 errors, 6 warnings, 0 checks, 296 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 c837aa45cbd2 ("page_pool: Track DMA-mapped pages and unmap them when destroying the pool") 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, 6 warnings, 0 checks, 296 lines checked