checkpatch: check vendor compatible with dashes
authorFlorian Vaussard <[email protected]>
Thu, 3 Apr 2014 21:49:24 +0000 (14:49 -0700)
committerLinus Torvalds <[email protected]>
Thu, 3 Apr 2014 23:21:14 +0000 (16:21 -0700)
commit8f0dbfaf2715b80f491c3e23c318c4202abf89e2
treee574c770d90d52b31ce9762be181e89fbd6782ec
parent515a235ef9bcd31faa672740720936b22fa99c0e
checkpatch: check vendor compatible with dashes

The current vendor compatible check will not match vendors with dashes,
like:

  compatible="asahi-kasei"

Signed-off-by: Florian Vaussard <[email protected]>
Reported-by: Joe Perches <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/checkpatch.pl