X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.checkpatch.conf;h=35167e12015b202a910be77ed075af4dd8425b12;hb=7bb839d672ed3b28c7740429df4a307482868c5b;hp=977db9edbbddcb202d02704854731e033794b744;hpb=1086c5d6f8541460f0f10e4a302d8aac27e0e6e0;p=platform%2Fkernel%2Fu-boot.git diff --git a/.checkpatch.conf b/.checkpatch.conf index 977db9e..35167e1 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