Преглед на файлове

.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>
Matt Porter преди 11 години
родител
ревизия
1d766c419e
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      .checkpatch.conf

+ 3 - 0
.checkpatch.conf

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