diff --git a/.checkpatch.conf b/.checkpatch.conf index 1ffa80de..d7a38c4a 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -67,3 +67,6 @@ # Don't complain when files are modified in 'include/asm' --ignore MODIFIED_INCLUDE_ASM + +# Don't complain when bools are used in structs +--ignore BOOL_MEMBER