aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkpatch.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 4d869ddc3ea3..38d64f0c01b8 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -3752,7 +3752,6 @@ sub process {
3752 if (ERROR("SPACING", 3752 if (ERROR("SPACING",
3753 "space prohibited before that close parenthesis ')'\n" . $herecurr) && 3753 "space prohibited before that close parenthesis ')'\n" . $herecurr) &&
3754 $fix) { 3754 $fix) {
3755 print("fixlinenr: <$fixlinenr> fixed[fixlinenr]: <$fixed[$fixlinenr]>\n");
3756 $fixed[$fixlinenr] =~ 3755 $fixed[$fixlinenr] =~
3757 s/\s+\)/\)/; 3756 s/\s+\)/\)/;
3758 } 3757 }