]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - .checkpatch.conf
armv7:TI: Add <asm/ti-common/sys_proto.h> and migrate omap_hw_init_context
[karo-tx-uboot.git] / .checkpatch.conf
index 38386b354dadd99596a4b3efcb9d97d24508412c..35167e12015b202a910be77ed075af4dd8425b12 100644 (file)
@@ -15,3 +15,9 @@
 
 # enable more tests
 --strict
+
+# Not Linux, so we don't recommend usleep_range() over udelay()
+--ignore USLEEP_RANGE
+
+# Ignore networking block comment style
+--ignore NETWORKING_BLOCK_COMMENT_STYLE