From: Andrew Morton ERROR: use tabs not spaces #30: FILE: kernel/cpuset.c:494: +^I ^I$ Cc: Ingo Molnar Cc: Paul Jackson Signed-off-by: Andrew Morton --- kernel/cpuset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/cpuset.c~cpusets-decrustify-cpuset-mask-update-code-checkpatch-fixes kernel/cpuset.c --- a/kernel/cpuset.c~cpusets-decrustify-cpuset-mask-update-code-checkpatch-fixes +++ a/kernel/cpuset.c @@ -491,7 +491,7 @@ static int validate_change(const struct /* Cpusets with tasks can't have empty cpus_allowed or mems_allowed */ if (cgroup_task_count(cur->css.cgroup)) { if (cpus_empty(trial->cpus_allowed) || - nodes_empty(trial->mems_allowed)) { + nodes_empty(trial->mems_allowed)) { return -ENOSPC; } } _