dra7xx_evm: Enable GPT commands
[kernel/u-boot.git] / .checkpatch.conf
index 38386b3..35167e1 100644 (file)
@@ -15,3 +15,9 @@
 
 # enable more tests
 --strict
+
+# Not Linux, so we don't recommend usleep_range() over udelay()
+--ignore USLEEP_RANGE
+
+# Ignore networking block comment style
+--ignore NETWORKING_BLOCK_COMMENT_STYLE