scripts: fix false positive in commit check
authorYuanhan Liu <yuanhan.liu@linux.intel.com>
Wed, 11 May 2016 04:09:00 +0000 (21:09 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 24 May 2016 14:42:17 +0000 (16:42 +0200)
commit95ce9981dd5fff19e6af14eebf1eb9c14c660add
tree28b11f336eb55ab4de9550b58121abd3864b2bea
parent7c801f9f3adbd461d069078b59d6b70218f72d64
scripts: fix false positive in commit check

It reports an false positive warning when the commit subject includes
the word "ctx", as it matches following regexp:

     -e 'rx\|tx\|RX\|TX'

Fixes: edbeb7d962e9 ("scripts: check commit formatting")

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
scripts/check-git-log.sh