use-macros-instead-of-task_-flags-checkpatch-fixes
commite9318d914e09cb6400e4014de39ff2e5646956fd
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 26 Oct 2007 00:35:38 +0000 (26 00:35 +0000)
committerMatthias Urlichs <smurf@hera.kernel.org>
Wed, 14 Nov 2007 11:28:49 +0000 (14 11:28 +0000)
treead9a467181e190840bd854314261a14afb2cbe52
parent45065eab9bd1435a3f9a82ef4cc0341ba4de9a86
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>
kernel/signal.c