]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - .checkpatch.conf
.checkpatch.conf: ignore udelay->usleep_range warnings
[karo-tx-uboot.git] / .checkpatch.conf
index 38386b354dadd99596a4b3efcb9d97d24508412c..d88af57129a82cf1b8cf772e9ca02d7c7a20efbb 100644 (file)
@@ -15,3 +15,6 @@
 
 # enable more tests
 --strict
+
+# Not Linux, so we don't recommend usleep_range() over udelay()
+--ignore USLEEP_RANGE