]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - .checkpatch.conf
.checkpatch.conf: ignore udelay->usleep_range warnings
[people/ms/u-boot.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