checkpatch: ignore MULTISTATEMENT_MACRO_USE_DO_WHILE

Ignore yet another macro rule. We have many multistatement macros
in-tree which do not use do { ... } while().

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2021-02-05 23:20:38 +01:00 committed by Anas Nashif
parent 09ef2e667f
commit 045a33e371
1 changed files with 1 additions and 0 deletions

View File

@ -26,4 +26,5 @@
--ignore DT_SCHEMA_BINDING_PATCH
--ignore TRAILING_SEMICOLON
--ignore COMPLEX_MACRO
--ignore MULTISTATEMENT_MACRO_USE_DO_WHILE
--exclude ext