summaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorBenjamin Walsh <benjamin.walsh@windriver.com>2016-09-06 10:30:42 -0400
committerBenjamin Walsh <benjamin.walsh@windriver.com>2016-09-13 17:12:55 -0400
commitf5c5f362a71679e6aa4f844da15a92b839e133a2 (patch)
tree343cd28f395068376acdb7b8f26805f05f8a2f10 /.checkpatch.conf
parent1d25d81ecd44f05735029d48292b8e859d5374bd (diff)
checkpatch: add --ignore DATE_TIME
Kernel makes use of __DATE__ and __TIME__ to get its build time. Change-Id: I34b07a413cd79b2e9c34a2eae5803b9bb837e4ee 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 115f527b4..add838cd4 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -14,5 +14,6 @@
--ignore PREFER_KERNEL_TYPES
--ignore AVOID_EXTERNS
--ignore NETWORKING_BLOCK_COMMENT_STYLE
+--ignore DATE_TIME
--exclude ext
--exclude net/ip/contiki