devtools: move awk script ckecking forbidden tokens
authorArnon Warshavsky <arnon@qwilt.com>
Thu, 27 Sep 2018 09:04:08 +0000 (12:04 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 1 Oct 2018 21:40:45 +0000 (23:40 +0200)
commit42f4d724ec27ffb4f512713cfb83cfc645086571
treedafd140d36e1a815d598c55c6ec9bd2be160f54c
parent738ad7b42b63fc5067419bf609296f2c4a6a0cb0
devtools: move awk script ckecking forbidden tokens

The awk code previously read inline in checkpatches.sh
was using -d which is a bash option,
while bash is not the default shell in all distributions.
Now moved to be read from a separate file.

Signed-off-by: Arnon Warshavsky <arnon@qwilt.com>
Acked-by: Andrzej Ostruszka <amo@semihalf.com>
MAINTAINERS
devtools/check-forbidden-tokens.awk [new file with mode: 0755]
devtools/checkpatches.sh