X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.checkpatch.conf;h=d88af57129a82cf1b8cf772e9ca02d7c7a20efbb;hb=f399f63647033d59d1c029b6ad9ddb48a2a19f9e;hp=977db9edbbddcb202d02704854731e033794b744;hpb=05622191e510e495b6a06da6342126e80a3fed8f;p=u-boot 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