Re: [PATCH] checkpatch: Silence perl 5.26.0 unescaped left brace warnings

2017-06-07 Thread Joe Perches
On Wed, 2017-06-07 at 16:01 +1000, Cyril Bur wrote: > As of perl 5, version 26, subversion 0 (v5.26.0) some new warnings have > occurred when running checkpatch. > > Unescaped left brace in regex is deprecated here (and will be fatal in > Perl 5.30), passed through in regex; marked by <-- HERE in

[PATCH] checkpatch: Silence perl 5.26.0 unescaped left brace warnings

2017-06-06 Thread Cyril Bur
As of perl 5, version 26, subversion 0 (v5.26.0) some new warnings have occurred when running checkpatch. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/^(.\s*){ <-- HERE \s*/ at scripts/checkpatch.pl line 3544.