diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-12-10 11:56:37 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-12-10 11:56:37 -0200 |
commit | 555a3965e83ee2a24df89423a301b802d0a54c5e (patch) | |
tree | 9b5708e87e027ced000a54f9701993830f225d34 /v4l/scripts | |
parent | 9ba3f4396f7e00b6f78e72f6f77a76b0d7a79f0d (diff) | |
download | mediapointer-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-x | v4l/scripts/checkpatch.pl | 2 |
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 |