
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 04/23/2013 09:20 PM, Bo Shen wrote:
Hi Tom,
On 4/23/2013 23:34, Tom Rini wrote:
On Tue, Apr 23, 2013 at 06:17:27PM +0800, Bo Shen wrote:
From: Roberto Cerati roberto.cerati@bticino.it
The device interface is 16 bits wide. All the available packets are read from the incoming fifo.
[snip]
+/* union ks_tx_hdr - tx header data + * @txb: The header as bytes
/* * union ks_tx_hdr...
If I use this style comments, when use checkpatch.pl to check, it will report: --->8--- WARNING: networking block comments don't use an empty /* line, use /* Comment... #81: FILE: drivers/net/ks8851_mll.c:41: + +/* ---<8---
Please fix globally.
So, do you think I should ignore the warning and fix this?
Add a patch that adds: - --ignore NETWORKING_BLOCK_COMMENT_STYLE
To .checkpatch.conf to the series first, as that should turn off that check. Then correct as U-Boot uses the same style in all drivers.
Thanks again!
- -- Tom