diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2009-03-29 12:20:05 +0200 |
---|---|---|
committer | Patrick Boettcher <pb@linuxtv.org> | 2009-03-29 12:20:05 +0200 |
commit | 8359852c9962fbce35359404d82e2a3ced5222c3 (patch) | |
tree | e6b991a8ace3d359c24a9da983bfaef79621542b /v4l | |
parent | 69357393e580dbcd400c7c1992b48813359eb417 (diff) | |
parent | 299a56025d357c1156cbe3b69689f37e5ac19eef (diff) | |
download | mediapointer-dvb-s2-8359852c9962fbce35359404d82e2a3ced5222c3.tar.gz mediapointer-dvb-s2-8359852c9962fbce35359404d82e2a3ced5222c3.tar.bz2 |
merge from main
From: Patrick Boettcher <pb@linuxtv.org>
merge from main
Priority: normal
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'v4l')
-rwxr-xr-x | v4l/scripts/checkpatch.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v4l/scripts/checkpatch.pl b/v4l/scripts/checkpatch.pl index 2d5ece798..b28d2b0f3 100755 --- a/v4l/scripts/checkpatch.pl +++ b/v4l/scripts/checkpatch.pl @@ -1937,13 +1937,13 @@ sub process { ($op eq '>' && $ca =~ /<\S+\@\S+$/)) { - $ok = 1; + $ok = 1; } # Ignore ?: if (($opv eq ':O' && $ca =~ /\?$/) || ($op eq '?' && $cc =~ /^:/)) { - $ok = 1; + $ok = 1; } if ($ok == 0) { |