diff options
Diffstat (limited to '.checkpatch.conf')
-rw-r--r-- | .checkpatch.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf index 977db9edbb..d88af57129 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 |