summaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorJavier B Perez Hernandez <javier.b.perez.hernandez@linux.intel.com>2015-10-29 11:29:21 -0600
committerAnas Nashif <anas.nashif@intel.com>2016-02-05 20:24:36 -0500
commit1b452494717cdc34501236fbad5e1762d985606f (patch)
tree52a2706403d02526feb2c37ac671324d661c2e52 /.checkpatch.conf
parentc587253e23f2d94cf34bd4c3c0bef99515316e24 (diff)
checkpatch: ignore NETWORKING_BLOCK_COMMENT_STYLE
Added flag to ignore NETWORKING_BLOCK_COMMENT_STYLE warnings Change-Id: I022319366a9d956159d05bd5875215594a6f1aa6 Signed-off-by: Javier B Perez Hernandez <javier.b.perez.hernandez@linux.intel.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 6ab501f21..3cedb38fe 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -14,3 +14,4 @@
--ignore CONFIG_EXPERIMENTAL
--ignore PREFER_KERNEL_TYPES
--ignore AVOID_EXTERNS
+--ignore NETWORKING_BLOCK_COMMENT_STYLE