checkpatch.pl: Escape curly braces in regexes
commit00a25db9ea6168d60e60cfdcb6fb6ba065236802
authorDoug Torrance <dtorrance@piedmont.edu>
Sat, 18 Apr 2020 21:20:14 +0000 (18 17:20 -0400)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 18 Apr 2020 21:27:29 +0000 (18 22:27 +0100)
treee30b7fdcb82914bf93fa42955c226f312853f1f3
parentc678580621e38c1869d1b2e65a4b77987d124865
checkpatch.pl: Escape curly braces in regexes

Unescaped curly braces  have been deprecated since Perl 5.26 and are
illegal in Perl 5.30. I copied the relevant lines from the latest kernel
source, so we'll inherit a couple other improvements as well.
checkpatch.pl