summaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorBenjamin Walsh <benjamin.walsh@windriver.com>2016-09-06 16:51:58 -0400
committerBenjamin Walsh <benjamin.walsh@windriver.com>2016-09-13 17:12:55 -0400
commit7280377ae1daa2b7b25f507e39e47eb349916f2d (patch)
treebd7b3f23f9addb5388865e037e43d65b4b5c2c0a /.checkpatch.conf
parentf5c5f362a71679e6aa4f844da15a92b839e133a2 (diff)
checkpatch: do not check for min_t/max_t
We do not provide these. Change-Id: Ic2f7ba86a7a63753e6da623b6f1267405875375c Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
Diffstat (limited to '.checkpatch.conf')
-rw-r--r--.checkpatch.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index add838cd4..09c581840 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -15,5 +15,6 @@
--ignore AVOID_EXTERNS
--ignore NETWORKING_BLOCK_COMMENT_STYLE
--ignore DATE_TIME
+--ignore MINMAX
--exclude ext
--exclude net/ip/contiki