CHECK: Alignment should match open parenthesis #26: FILE: net/core/page_pool.c:793: +__page_pool_put_netmem(struct page_pool *pool, netmem_ref netmem, unsigned int dma_sync_size, bool allow_direct) WARNING: line length of 82 exceeds 80 columns #43: FILE: net/core/page_pool.c:871: + __page_pool_put_netmem(pool, netmem, dma_sync_size, allow_direct); CHECK: Alignment should match open parenthesis #53: FILE: net/core/page_pool.c:973: + netmem = __page_pool_put_netmem(pool, netmem, -1, allow_direct); total: 0 errors, 1 warnings, 2 checks, 32 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 e84923dddb7f ("page_pool: rename __page_pool_put_page() to __page_pool_put_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, 1 warnings, 2 checks, 32 lines checked