Merge pull request #382 from NieDzejkob/checkpatch-bool-member

checkpatch.conf: Don't complain when bools are used in struct
This commit is contained in:
Antonio Niño Díaz
2019-08-20 14:17:15 +01:00
committed by GitHub

View File

@@ -67,3 +67,6 @@
# Don't complain when files are modified in 'include/asm' # Don't complain when files are modified in 'include/asm'
--ignore MODIFIED_INCLUDE_ASM --ignore MODIFIED_INCLUDE_ASM
# Don't complain when bools are used in structs
--ignore BOOL_MEMBER