Makefile:Add GCC flag -fno-delete-null-pointer-checks
[pandora-u-boot.git] / .checkpatch.conf
index d88af57..35167e1 100644 (file)
@@ -18,3 +18,6 @@
 
 # Not Linux, so we don't recommend usleep_range() over udelay()
 --ignore USLEEP_RANGE
+
+# Ignore networking block comment style
+--ignore NETWORKING_BLOCK_COMMENT_STYLE