commit | dacca7464b14611f610359a036ccd77fc5376a79 | [log] [tgz] |
---|---|---|
author | Bo Shen <voice.shen@atmel.com> | Wed Apr 24 10:46:16 2013 +0800 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Mon Jun 24 19:07:31 2013 -0500 |
tree | 565b3ee86490b634de77d179b5797fdd13426e62 | |
parent | 85bfd2ea283f8df0bf7227e2d5cb860b1208a6cc [diff] |
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>