]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - .checkpatch.conf
microblaze: fix style in board.c
[karo-tx-uboot.git] / .checkpatch.conf
index 977db9edbbddcb202d02704854731e033794b744..d88af57129a82cf1b8cf772e9ca02d7c7a20efbb 100644 (file)
@@ -12,3 +12,9 @@
 
 # For min/max
 --ignore MINMAX
+
+# enable more tests
+--strict
+
+# Not Linux, so we don't recommend usleep_range() over udelay()
+--ignore USLEEP_RANGE