WARNING: line length of 83 exceeds 80 columns
#228: FILE: net/core/page_pool.c:473:
+static bool page_pool_dma_map(struct page_pool *pool, netmem_ref netmem, gfp_t gfp)

WARNING: line length of 81 exceeds 80 columns
#245: FILE: net/core/page_pool.c:495:
+		err = xa_alloc_bh(&pool->dma_mapped, &id, netmem_to_page(netmem),

WARNING: line length of 93 exceeds 80 columns
#272: FILE: net/core/page_pool.c:529:
+	if (pool->dma_map && unlikely(!page_pool_dma_map(pool, page_to_netmem(page), gfp))) {

WARNING: line length of 81 exceeds 80 columns
#281: FILE: net/core/page_pool.c:575:
+		if (dma_map && unlikely(!page_pool_dma_map(pool, netmem, gfp))) {

total: 0 errors, 4 warnings, 0 checks, 249 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 9f8a089effd0 ("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, 4 warnings, 0 checks, 249 lines checked