Skip to content
Snippets Groups Projects
Commit 9e79a8d1 authored by Bo Shen's avatar Bo Shen Committed by Joe Hershberger
Browse files

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: default avatarBo Shen <voice.shen@atmel.com>
parent 348e47f7
No related branches found
No related tags found
No related merge requests found
...@@ -18,3 +18,6 @@ ...@@ -18,3 +18,6 @@
# Not Linux, so we don't recommend usleep_range() over udelay() # Not Linux, so we don't recommend usleep_range() over udelay()
--ignore USLEEP_RANGE --ignore USLEEP_RANGE
# Ignore networking block comment style
--ignore NETWORKING_BLOCK_COMMENT_STYLE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment