diff options
Diffstat (limited to 'scripts/checkpatch.pl')
| -rwxr-xr-x | scripts/checkpatch.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 6c11cb61e9f4..78a951f80706 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl | |||
| @@ -3652,7 +3652,7 @@ sub process { | |||
| 3652 | 3652 | ||
| 3653 | # Ignore operators passed as parameters. | 3653 | # Ignore operators passed as parameters. |
| 3654 | if ($op_type ne 'V' && | 3654 | if ($op_type ne 'V' && |
| 3655 | $ca =~ /\s$/ && $cc =~ /^\s*,/) { | 3655 | $ca =~ /\s$/ && $cc =~ /^\s*[,\)]/) { |
| 3656 | 3656 | ||
| 3657 | # # Ignore comments | 3657 | # # Ignore comments |
| 3658 | # } elsif ($op =~ /^$;+$/) { | 3658 | # } elsif ($op =~ /^$;+$/) { |
