From: Joe Perches <joe@perches.com>
To: David Miller <davem@davemloft.net>
Cc: xiaosuo@gmail.com, kuznet@ms2.inr.ac.ru, pekkas@netcore.fi,
jmorris@namei.org, yoshfuji@linux-ipv6.org, kaber@trash.net,
netdev@vger.kernel.org
Subject: Re: [PATCH] net: arp: code cleanup
Date: Wed, 01 Sep 2010 18:29:45 -0700 [thread overview]
Message-ID: <1283390985.1797.256.camel@Joe-Laptop> (raw)
In-Reply-To: <20100901.175712.199039832.davem@davemloft.net>
On Wed, 2010-09-01 at 17:57 -0700, David Miller wrote:
> [comments] should always be written as:
>
> /* A comment
> * looks like this.
> */
>
> in any patch you want me to apply in the networking.
/*
* multiline comment
* style 1
*/
vs
/* multiline comment
* style 2
*/
Style 1 vs style 2 in drivers/net: (13600/13785)
Style 1 vs style 2 in net: (6801/5114)
Style 1 is recommended in Documentation/CodingStyle.
prev parent reply other threads:[~2010-09-02 1:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-01 23:51 [PATCH] net: arp: code cleanup Changli Gao
2010-09-02 0:57 ` David Miller
2010-09-02 1:28 ` Changli Gao
2010-09-02 1:33 ` David Miller
2010-09-02 1:29 ` Joe Perches [this message]
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=1283390985.1797.256.camel@Joe-Laptop \
--to=joe@perches.com \
--cc=davem@davemloft.net \
--cc=jmorris@namei.org \
--cc=kaber@trash.net \
--cc=kuznet@ms2.inr.ac.ru \
--cc=netdev@vger.kernel.org \
--cc=pekkas@netcore.fi \
--cc=xiaosuo@gmail.com \
--cc=yoshfuji@linux-ipv6.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox