shithub: rgbds

Download patch

ref: 58556f91f7cf0d822ca0b4c84046bd5b00e2e78f
parent: faa789376168f9af292c40285d1fa16767831cf1
author: ISSOtm <[email protected]>
date: Mon Nov 18 07:45:38 EST 2019

Disable chcecking for global initialisers
This is specific to the kernel and does not apply to us

--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -43,6 +43,9 @@
 # Do not check the format of commit messages
 --ignore GIT_COMMIT_ID
 
+# Do not check for global initializers (this is specific to the kernel)
+--ignore GLOBAL_INITIALISERS
+
 # We don't have a MAINTAINERS file, don't complain about it.
 --ignore FILE_PATH_CHANGES