mirror of
https://xff.cz/git/u-boot/
synced 2025-09-25 20:41:16 +02:00
.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:
@@ -15,3 +15,6 @@
|
|||||||
|
|
||||||
# enable more tests
|
# enable more tests
|
||||||
--strict
|
--strict
|
||||||
|
|
||||||
|
# Not Linux, so we don't recommend usleep_range() over udelay()
|
||||||
|
--ignore USLEEP_RANGE
|
||||||
|
Reference in New Issue
Block a user