From: Andrew Morton ERROR: use tabs not spaces #42: FILE: arch/cris/kernel/time.c:211: + profile_tick(CPU_PROFILING);$ total: 1 errors, 0 warnings, 25 lines checked Your 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: Jesper Nilsson Cc: Mikael Starvik Signed-off-by: Andrew Morton --- arch/cris/kernel/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/cris/kernel/time.c~cris-build-fixes-fixes-in-arch-cris-kernel-timec-checkpatch-fixes arch/cris/kernel/time.c --- a/arch/cris/kernel/time.c~cris-build-fixes-fixes-in-arch-cris-kernel-timec-checkpatch-fixes +++ a/arch/cris/kernel/time.c @@ -212,7 +212,7 @@ cris_do_profile(struct pt_regs* regs) #endif #if CONFIG_PROFILING - profile_tick(CPU_PROFILING, regs); + profile_tick(CPU_PROFILING, regs); #endif } _