mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Fix missing \n at checkpatch.pl
@ 2007-12-10 14:00 Mauro Carvalho Chehab
  0 siblings, 0 replies; only message in thread
From: Mauro Carvalho Chehab @ 2007-12-10 14:00 UTC (permalink / raw)
  To: Andy Whitcroft, Randy Dunlap, jschopp; +Cc: LKML

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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-10 14:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-10 14:00 [PATCH] Fix missing \n at checkpatch.pl Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®