X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=.checkpatch.conf;h=35167e12015b202a910be77ed075af4dd8425b12;hp=38386b354dadd99596a4b3efcb9d97d24508412c;hb=7237a4b0e45a28991c3822cc60b1289c4aced997;hpb=0ce033d2582129243aca10d3072a221386bbba44 diff --git a/.checkpatch.conf b/.checkpatch.conf index 38386b354d..35167e1201 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -15,3 +15,9 @@ # 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