X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=.checkpatch.conf;h=35167e12015b202a910be77ed075af4dd8425b12;hb=a6bc0195dba895fa0e9facc718d17eb098695685;hp=977db9edbbddcb202d02704854731e033794b744;hpb=f9342e2c3e81d62e42393c0c1a8179c309ef3a20;p=karo-tx-uboot.git diff --git a/.checkpatch.conf b/.checkpatch.conf index 977db9edbb..35167e1201 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -12,3 +12,12 @@ # For min/max --ignore MINMAX + +# enable more tests +--strict + +# Not Linux, so we don't recommend usleep_range() over udelay() +--ignore USLEEP_RANGE + +# Ignore networking block comment style +--ignore NETWORKING_BLOCK_COMMENT_STYLE