Skip to content
Snippets Groups Projects
Commit 1d766c41 authored by Matt Porter's avatar Matt Porter Committed by Tom Rini
Browse files

.checkpatch.conf: ignore udelay->usleep_range warnings


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

Signed-off-by: default avatarMatt Porter <mporter@ti.com>
parent 0cab4211
No related branches found
No related tags found
No related merge requests found
......@@ -15,3 +15,6 @@
# enable more tests
--strict
# Not Linux, so we don't recommend usleep_range() over udelay()
--ignore USLEEP_RANGE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment