From: Andrew Morton ERROR: code indent should use tabs where possible #83: FILE: kernel/module.c:2258: + * strong_try_module_get() will fail.$ total: 1 errors, 0 warnings, 130 lines checked ./patches/modules-remove-stop_machine-during-module-load.patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Andi Kleen Cc: Paul E. McKenney Cc: Rusty Russell Signed-off-by: Andrew Morton --- kernel/module.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN kernel/module.c~modules-remove-stop_machine-during-module-load-checkpatch-fixes kernel/module.c --- a/kernel/module.c~modules-remove-stop_machine-during-module-load-checkpatch-fixes +++ a/kernel/module.c @@ -2254,8 +2254,8 @@ static noinline struct module *load_modu mod->name); /* Now sew it into the lists so we can get lockdep and oops - * info during argument parsing. Noone should access us, since - * strong_try_module_get() will fail. + * info during argument parsing. Noone should access us, since + * strong_try_module_get() will fail. * lockdep/oops can run asynchronous, so use the RCU list insertion * function to insert in a way safe to concurrent readers. * The mutex protects against concurrent writers. _