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>
This commit is contained in:
parent
1d25d81ecd
commit
f5c5f362a7
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue