[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1283390985.1797.256.camel@Joe-Laptop>
Date: Wed, 01 Sep 2010 18:29:45 -0700
From: Joe Perches <joe@...ches.com>
To: David Miller <davem@...emloft.net>
Cc: xiaosuo@...il.com, kuznet@....inr.ac.ru, pekkas@...core.fi,
jmorris@...ei.org, yoshfuji@...ux-ipv6.org, kaber@...sh.net,
netdev@...r.kernel.org
Subject: Re: [PATCH] net: arp: code cleanup
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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists