summaryrefslogtreecommitdiffstats
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2013-04-24 10:46:16 +0800
committerJoe Hershberger <joe.hershberger@ni.com>2013-06-24 19:07:31 -0500
commit9e79a8d17c45ac4ac1414ab349f68b0b55537abd (patch)
tree565b3ee86490b634de77d179b5797fdd13426e62 /.checkpatch.conf
parent348e47f766ac228fb02d1af562b2e9a4c69355db (diff)
downloadblackbird-obmc-uboot-9e79a8d17c45ac4ac1414ab349f68b0b55537abd.tar.gz
blackbird-obmc-uboot-9e79a8d17c45ac4ac1414ab349f68b0b55537abd.zip
checkpatch: add ignore for network block comment style checking
When use checkpatch.pl to check network related patch, it will report --->8--- WARNING: networking block comments don't use an empty /* line, use /* Comment... ---<8--- So, add --ignore NETWORKING_BLOCK_COMMENT_STYLE into .checkpatch.conf This will help to keep all driver include network related driver use the same comment style Signed-off-by: Bo Shen <voice.shen@atmel.com>
Diffstat (limited to '.checkpatch.conf')
-rw-r--r--.checkpatch.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index d88af57129..35167e1201 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -18,3 +18,6 @@
# Not Linux, so we don't recommend usleep_range() over udelay()
--ignore USLEEP_RANGE
+
+# Ignore networking block comment style
+--ignore NETWORKING_BLOCK_COMMENT_STYLE
OpenPOWER on IntegriCloud