scripts: ignore bit macro in checkpatch
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 19 Apr 2016 13:13:23 +0000 (15:13 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 24 May 2016 14:17:02 +0000 (16:17 +0200)
commit7c801f9f3adbd461d069078b59d6b70218f72d64
tree50b11bdcea266338abc38e8194d74a8ffe7b6d1d
parent73eefe6d1f67d4def1cbedefdc87c8b709f44b13
scripts: ignore bit macro in checkpatch

It was suggesting to use a Linux macro:
CHECK:BIT_MACRO: Prefer using the BIT macro

It is ignored because it is a false positive in DPDK case.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
scripts/checkpatches.sh