Skip to content

Commit 045a33e

Browse files
henrikbrixandersennashif
authored andcommitted
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 <[email protected]>
1 parent 09ef2e6 commit 045a33e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.checkpatch.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@
2626
--ignore DT_SCHEMA_BINDING_PATCH
2727
--ignore TRAILING_SEMICOLON
2828
--ignore COMPLEX_MACRO
29+
--ignore MULTISTATEMENT_MACRO_USE_DO_WHILE
2930
--exclude ext

0 commit comments

Comments
 (0)