ref: 461ef6cea5225ec252293216011d070d65626ea0
parent: e05199ca1edd658a65a6da6ecdbb8df21bc9ff56
author: dbrotz <43593771+dbrotz@users.noreply.github.com>
date: Thu Aug 29 18:48:16 EDT 2019
Don't complain about initializing statics This error is specific to the way the Linux kernel handles statics. It does not apply to userspace programs.
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -70,3 +70,6 @@
# Don't complain when bools are used in structs
--ignore BOOL_MEMBER
+
+# Don't complain about initializing statics (this is specific to the kernel)
+--ignore INITIALISED_STATIC