From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Wed, 24 Apr 2013 09:20:31 +0800 Subject: [U-Boot] [PATCH 1/2] net: ks8851_mll: add ethernet support In-Reply-To: <20130423153406.GG14952@bill-the-cat> References: <1366712248-17343-1-git-send-email-voice.shen@atmel.com> <1366712248-17343-2-git-send-email-voice.shen@atmel.com> <20130423153406.GG14952@bill-the-cat> Message-ID: <5177335F.4090603@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 >> >> 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? > [snip] >> +#define RXFSHR_ERR (RXFSHR_RXCE | RXFSHR_RXRF |\ > > #define please, thanks. I will fix it in next version. > > Looks fine aside from these style problems however, thanks! Best Regards, Bo Shen