From: Andrew Morton ERROR: use tabs not spaces #65: FILE: mm/memcontrol.c:62: + enum mem_cgroup_stat_index idx, int val)$ total: 1 errors, 0 warnings, 118 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: "Eric W. Biederman" Cc: Balbir Singh Cc: David Rientjes Cc: Herbert Poetzl Cc: KAMEZAWA Hiroyuki Cc: Kirill Korotaev Cc: Nick Piggin Cc: Paul Menage Cc: Pavel Emelianov Cc: Peter Zijlstra Cc: Vaidyanathan Srinivasan Cc: YAMAMOTO Takashi Signed-off-by: Andrew Morton --- mm/memcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/memcontrol.c~memory-cgroup-enhancements-add-status-accounting-function-for-memory-cgroup-checkpatch-fixes mm/memcontrol.c --- a/mm/memcontrol.c~memory-cgroup-enhancements-add-status-accounting-function-for-memory-cgroup-checkpatch-fixes +++ a/mm/memcontrol.c @@ -59,7 +59,7 @@ struct mem_cgroup_stat { * modifies value with disabling preempt. */ static inline void __mem_cgroup_stat_add(struct mem_cgroup_stat *stat, - enum mem_cgroup_stat_index idx, int val) + enum mem_cgroup_stat_index idx, int val) { int cpu = smp_processor_id(); preempt_disable(); _