WARNING: Avoid unnecessary line continuations #237: FILE: include/net/page_pool/types.h:168: +static_assert(offsetof(struct page_pool_item_block, pp) == \ WARNING: line length of 81 exceeds 80 columns #355: FILE: net/core/page_pool.c:335: +#define ITEMS_PER_PAGE ((PAGE_SIZE - \ WARNING: line length of 81 exceeds 80 columns #356: FILE: net/core/page_pool.c:336: + offsetof(struct page_pool_item_block, items)) / \ WARNING: Argument 'item' is not used in function-like macro #374: FILE: net/core/page_pool.c:354: +#define page_pool_item_set_used(item) WARNING: Argument 'item' is not used in function-like macro #375: FILE: net/core/page_pool.c:355: +#define page_pool_item_clear_used(item) WARNING: Argument 'item' is not used in function-like macro #376: FILE: net/core/page_pool.c:356: +#define page_pool_item_is_used(item) false WARNING: line length of 86 exceeds 80 columns #612: FILE: net/core/page_pool.c:713: + if (pool->dma_map && unlikely(!page_pool_dma_map(pool, page_to_netmem(page)))) CHECK: Please use a blank line after function/struct/union/enum declarations #833: FILE: net/core/page_pool_priv.h:49: } +static inline void page_pool_clear_pp_info(struct page_pool *pool, total: 0 errors, 7 warnings, 1 checks, 688 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 82b86472f9ba ("page_pool: fix IOMMU crash when driver has already unbound") 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, 7 warnings, 1 checks, 688 lines checked