summaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
Diffstat (limited to '.checkpatch.conf')
-rw-r--r--.checkpatch.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index 977db9e..d88af57 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -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