checkpatch: fix bug in regular expression
commitaf1bcde13a89d1a3e30c3a244a134d7933f040b9
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 7 Dec 2014 16:10:20 +0000 (7 17:10 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 10 Dec 2014 10:19:18 +0000 (10 10:19 +0000)
tree83a0b317f332c7408653071d9079b2b7908d1755
parent34d82e5462996c4912f29d7470c3fdea10785e6f
checkpatch: fix bug in regular expression

Recent version of perl seem to report incorrect stuff in regular expression
and this seems to be fixed in the kernel reference file, so this patch
brings the fix to our (older) version so we won't get that spurious message
when running the script.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
checkpatch.pl