Merge branch 'master' of git://git.denx.de/u-boot-arm
[kernel/u-boot.git] / .checkpatch.conf
index 977db9e..35167e1 100644 (file)
 
 # For min/max
 --ignore MINMAX
+
+# 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