WARNING: Possible repeated word: 'the' #29: Meanwhile, refactor __kmem_cache_alias() to remove the check for the the WARNING: function definition argument 'void *' should also have an identifier name #62: FILE: include/linux/slab.h:348: + void (*dtor)(void *); CHECK: Alignment should match open parenthesis #161: FILE: mm/slab_common.c:200: +struct kmem_cache *find_mergeable(unsigned int size, unsigned int align, + slab_flags_t flags, const char *name) CHECK: Comparison to NULL could be written "p" #193: FILE: mm/slub.c:2642: + while (p != NULL) { total: 0 errors, 2 warnings, 2 checks, 196 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 5f692961afde ("mm/slab: revive the destructor feature in slab allocator") 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, 2 warnings, 2 checks, 196 lines checked