.checkpatch.conf: ignore udelay->usleep_range warnings

usleep_range() is a Linux facility, ignore it when udelay()
is encountered.

Signed-off-by: Matt Porter <mporter@ti.com>
This commit is contained in:
Matt Porter 2013-03-15 10:43:48 +00:00 committed by Tom Rini
parent 0cab42110d
commit 1d766c419e
1 changed files with 3 additions and 0 deletions

View File

@ -15,3 +15,6 @@
# enable more tests
--strict
# Not Linux, so we don't recommend usleep_range() over udelay()
--ignore USLEEP_RANGE