WARNING: line length of 88 exceeds 80 columns #66: FILE: include/linux/page_frag_cache.h:106: +static inline unsigned int page_frag_cache_page_offset(const struct page_frag_cache *nc) WARNING: line length of 82 exceeds 80 columns #77: FILE: include/linux/page_frag_cache.h:117: +void *page_frag_alloc_va_prepare(struct page_frag_cache *nc, unsigned int *fragsz, WARNING: line length of 84 exceeds 80 columns #99: FILE: include/linux/page_frag_cache.h:139: +static inline struct encoded_va *__page_frag_alloc_probe(struct page_frag_cache *nc, WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #118: FILE: include/linux/page_frag_cache.h:158: + VM_BUG_ON(!*(fragsz)); \ WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #131: FILE: include/linux/page_frag_cache.h:171: + VM_BUG_ON(fragsz > nc->remaining || !nc->pagecnt_bias); WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #139: FILE: include/linux/page_frag_cache.h:179: + VM_BUG_ON(fragsz > nc->remaining); total: 0 errors, 6 warnings, 0 checks, 226 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 85cfdfb31197 ("mm: page_frag: introduce prepare/probe/commit API") 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, 226 lines checked