Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72c231cb authored by Joe Perches's avatar Joe Perches Committed by Linus Torvalds
Browse files

checkpatch: remove debugging message



An unnecessary --fix debugging left-over is removed.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 388982b5
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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+\)/\)/;
			}
			}