CHECK: extern prototypes should be avoided in .h files #26: FILE: include/linux/gfp.h:397: +extern void free_pages_nolock(struct page *page, unsigned int order); WARNING: line length of 87 exceeds 80 columns #101: FILE: mm/page_alloc.c:1280: + split_large_buddy(zone, p, page_to_pfn(p), p_order, fpi_flags); WARNING: Missing a blank line after declarations #101: FILE: mm/page_alloc.c:1280: + unsigned int p_order = p->order; + split_large_buddy(zone, p, page_to_pfn(p), p_order, fpi_flags); WARNING: line length of 84 exceeds 80 columns #156: FILE: mm/page_alloc.c:2710: + free_one_page(page_zone(page), page, pfn, order, fpi_flags); WARNING: line length of 87 exceeds 80 columns #165: FILE: mm/page_alloc.c:2720: + free_unref_page_commit(zone, pcp, page, migratetype, order, fpi_flags); WARNING: line length of 82 exceeds 80 columns #195: FILE: mm/page_alloc.c:4899: +/* Can be called while holding raw_spin_lock or from IRQ. RCU must be watching. */ WARNING: line length of 83 exceeds 80 columns #206: FILE: mm/page_alloc.c:4910: + __free_unref_page(page + (1 << order), order, FPI_TRYLOCK); total: 0 errors, 6 warnings, 1 checks, 166 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 2720635f379c ("mm, bpf: Introduce free_pages_nolock()") 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, 1 checks, 166 lines checked