checkpatch: remove debugging message
An unnecessary --fix debugging left-over is removed. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
388982b55e
commit
72c231cb70
|
@ -3752,7 +3752,6 @@ sub process {
|
||||||
if (ERROR("SPACING",
|
if (ERROR("SPACING",
|
||||||
"space prohibited before that close parenthesis ')'\n" . $herecurr) &&
|
"space prohibited before that close parenthesis ')'\n" . $herecurr) &&
|
||||||
$fix) {
|
$fix) {
|
||||||
print("fixlinenr: <$fixlinenr> fixed[fixlinenr]: <$fixed[$fixlinenr]>\n");
|
|
||||||
$fixed[$fixlinenr] =~
|
$fixed[$fixlinenr] =~
|
||||||
s/\s+\)/\)/;
|
s/\s+\)/\)/;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue