X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=scripts%2Fcheckpatch.pl;h=74db2e24fc5e928006c4e7ee7f11c0e75dfd5e9c;hb=01ced72cdb2dde4d334069f6170abf0f27b56dbc;hp=3fed5e4694f8aec4cd9d074f423f331d142332dc;hpb=32907339c2f533f1d59362c6100c6a0eeeca4837;p=karo-tx-uboot.git diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 3fed5e4694..74db2e24fc 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -2148,7 +2148,7 @@ sub process { "please, no space before tabs\n" . $herevet) && $fix) { while ($fixed[$linenr - 1] =~ - s/(^\+.*) {8,8}+\t/$1\t\t/) {} + s/(^\+.*) {8,8}\t/$1\t\t/) {} while ($fixed[$linenr - 1] =~ s/(^\+.*) +\t/$1\t/) {} }