]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - .checkpatch.conf
Merge branch 'master' of git://git.denx.de/u-boot-arm into master
[karo-tx-uboot.git] / .checkpatch.conf
index 977db9edbbddcb202d02704854731e033794b744..35167e12015b202a910be77ed075af4dd8425b12 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