shithub: rgbds

Download patch

ref: e33e6e24132dea1490e3039a6c85194d2b6a7a74
parent: b8d5dd18240cd12ed3cb5294a8c2c239d13fb145
parent: 3cb56c5a2e6265a1da4e4ac542c48cfacb0226b5
author: Antonio Niño Díaz <[email protected]>
date: Tue Aug 20 10:17:15 EDT 2019

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

checkpatch.conf: Don't complain when bools are used in struct

--- 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