ERROR: code indent should use tabs where possible #51: FILE: include/linux/module.h:610: + return mod->state == MODULE_STATE_COMING;$ WARNING: please, no spaces at the start of a line #51: FILE: include/linux/module.h:610: + return mod->state == MODULE_STATE_COMING;$ CHECK: Please use a blank line after function/struct/union/enum declarations #211: FILE: kernel/trace/trace_kprobe.c:715: }; +static int trace_kprobe_register_module_notifier(void) total: 1 errors, 1 warnings, 1 checks, 177 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit 5eb4b9fdde2c ("kprobes: remove dependency on CONFIG_MODULES") 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.