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 #286: FILE: net/core/page_pool.c:466: + /* re-check under rcu_read_lock() to sync with page_pool_scrub() */ WARNING: line length of 83 exceeds 80 columns #295: FILE: net/core/page_pool.c:474: +static bool page_pool_dma_map(struct page_pool *pool, netmem_ref netmem, gfp_t gfp) WARNING: line length of 81 exceeds 80 columns #317: FILE: net/core/page_pool.c:501: + err = xa_alloc_bh(&pool->dma_mapped, &id, netmem_to_page(netmem), WARNING: line length of 93 exceeds 80 columns #339: FILE: net/core/page_pool.c:530: + if (pool->dma_map && unlikely(!page_pool_dma_map(pool, page_to_netmem(page), gfp))) { WARNING: line length of 81 exceeds 80 columns #348: FILE: net/core/page_pool.c:576: + if (dma_map && unlikely(!page_pool_dma_map(pool, netmem, gfp))) { total: 0 errors, 6 warnings, 0 checks, 293 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 83b465c84a81 ("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, 293 lines checked