checkpatch: check for CVS keywords on all sources
commit93eb8e31f38b3eb612e522c62e8932d7fd576ff9
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 10 Aug 2016 08:05:03 +0000 (10 10:05 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 10 Aug 2016 09:10:03 +0000 (10 11:10 +0200)
tree8ad2512bae1db834d49807367ea5d296698e3e9f
parent906fb135e4b875465c424cb9b2b47d90265f7897
checkpatch: check for CVS keywords on all sources

These should apply to all files, not just C/C++.  Tweak the regular
expression to check for whole words, to avoid false positives on Perl
variables starting with "Id".

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/checkpatch.pl