All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bo Shen <voice.shen@atmel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] net: ks8851_mll: add ethernet support
Date: Wed, 24 Apr 2013 09:20:31 +0800	[thread overview]
Message-ID: <5177335F.4090603@atmel.com> (raw)
In-Reply-To: <20130423153406.GG14952@bill-the-cat>

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?

> [snip]
>> +#define	RXFSHR_ERR			(RXFSHR_RXCE | RXFSHR_RXRF |\
>
> #define<space> please, thanks.

I will fix it in next version.

>
> Looks fine aside from these style problems however, thanks!

Best Regards,
Bo Shen

  reply	other threads:[~2013-04-24  1:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-23 10:17 [U-Boot] [PATCH 0/2] Enable network support on at91sam9n12ek board Bo Shen
2013-04-23 10:17 ` [U-Boot] [PATCH 1/2] net: ks8851_mll: add ethernet support Bo Shen
2013-04-23 15:34   ` Tom Rini
2013-04-24  1:20     ` Bo Shen [this message]
2013-04-24  1:38       ` Tom Rini
2013-04-24  1:48         ` Bo Shen
2013-04-23 10:17 ` [U-Boot] [PATCH 2/2] ARM: at91sam9n12: add network support with ksz8851_16mll Bo Shen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5177335F.4090603@atmel.com \
    --to=voice.shen@atmel.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.