[PATCH] Fix missing \n at checkpatch.pl

From: Mauro Carvalho Chehab
Date: Mon Dec 10 2007 - 09:00:38 EST


Fix missing \n at checkpatch.pl

From: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx>

Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx>


diff -r 4f5ded04887b -r af025fddc025 v4l/scripts/checkpatch.pl
--- a/v4l/scripts/checkpatch.pl Mon Dec 10 11:55:54 2007 -0200
+++ b/v4l/scripts/checkpatch.pl Mon Dec 10 11:56:37 2007 -0200
@@ -1074,7 +1074,7 @@ sub process {
# }

if ($line =~ /\bLINUX_VERSION_CODE\b/) {
- WARN("LINUX_VERSION_CODE should be avoided, code should be for the version to which it is merged" . $herecurr);
+ WARN("LINUX_VERSION_CODE should be avoided, code should be for the version to which it is merged\n" . $herecurr);
}

# printk should use KERN_* levels. Note that follow on printk's on the



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/