login
Header Space

 
 

[PATCH] Fix missing \n at checkpatch.pl

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andy Whitcroft <apw@...>, Randy Dunlap <rdunlap@...>, <jschopp@...>
Cc: LKML <linux-kernel@...>
Date: Monday, December 10, 2007 - 10:00 am

Fix missing \n at checkpatch.pl

From: Mauro Carvalho Chehab <mchehab@infradead.org>

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>


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



--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Fix missing \n at checkpatch.pl, Mauro Carvalho Chehab, (Mon Dec 10, 10:00 am)
speck-geostationary