use-macros-instead-of-task_-flags-checkpatch-fixes
WARNING: line over 80 characters
#120: FILE: include/linux/wait.h:163:
+#define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE, 1)
ERROR: use tabs not spaces
#399: FILE: kernel/signal.c:1444:
+ ^IBUG_ON(is_task_stopped_or_traced(tsk));$
total: 1 errors, 1 warnings, 340 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: Matthew Wilcox <matthew@wil.cx>
Cc: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>