X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=.checkpatch.conf;h=35167e12015b202a910be77ed075af4dd8425b12;hp=977db9edbbddcb202d02704854731e033794b744;hb=4ed6095f70e81a2cd4dfdb87192e3ac292b62fed;hpb=e3f279fb1419b7cb5fd4d0e18e52a892770cf934 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