mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +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
|
||||
--strict
|
||||
|
||||
# Not Linux, so we don't recommend usleep_range() over udelay()
|
||||
--ignore USLEEP_RANGE
|
||||
|
Reference in New Issue
Block a user