WARNING: line length of 88 exceeds 80 columns #60: FILE: include/linux/page_frag_cache.h:87: +static inline unsigned int page_frag_cache_page_offset(const struct page_frag_cache *nc) WARNING: line length of 82 exceeds 80 columns #71: FILE: include/linux/page_frag_cache.h:98: +void *page_frag_alloc_va_prepare(struct page_frag_cache *nc, unsigned int *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 #101: FILE: include/linux/page_frag_cache.h:128: + 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 #117: FILE: include/linux/page_frag_cache.h:144: + 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 #125: FILE: include/linux/page_frag_cache.h:152: + VM_BUG_ON(fragsz > nc->remaining); WARNING: line length of 81 exceeds 80 columns #207: FILE: mm/page_frag_cache.c:84: + page = __page_frag_cache_reuse(nc->encoded_va, 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 #231: FILE: mm/page_frag_cache.c:105: + 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 #261: FILE: mm/page_frag_cache.c:135: + 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 #289: FILE: mm/page_frag_cache.c:163: + 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 #319: FILE: mm/page_frag_cache.c:193: + VM_BUG_ON(!fragsz); total: 0 errors, 10 warnings, 0 checks, 299 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 b00b3fb79829 ("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, 10 warnings, 0 checks, 299 lines checked