summaryrefslogtreecommitdiff
path: root/v4l/scripts
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-12-10 11:56:37 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-12-10 11:56:37 -0200
commit555a3965e83ee2a24df89423a301b802d0a54c5e (patch)
tree9b5708e87e027ced000a54f9701993830f225d34 /v4l/scripts
parent9ba3f4396f7e00b6f78e72f6f77a76b0d7a79f0d (diff)
downloadmediapointer-dvb-s2-555a3965e83ee2a24df89423a301b802d0a54c5e.tar.gz
mediapointer-dvb-s2-555a3965e83ee2a24df89423a301b802d0a54c5e.tar.bz2
Fix missing \n at checkpatch.pl
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-xv4l/scripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/scripts/checkpatch.pl b/v4l/scripts/checkpatch.pl
index 20af63533..e64ef6704 100755
--- a/v4l/scripts/checkpatch.pl
+++ b/v4l/scripts/checkpatch.pl
@@ -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