[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1310310680.3848.29.camel@Joe-Laptop>
Date: Sun, 10 Jul 2011 08:11:20 -0700
From: Joe Perches <joe@...ches.com>
To: Michał Mirosław <mirq-linux@...e.qmqm.pl>
Cc: netdev@...r.kernel.org,
Steffen Klassert <klassert@...hematik.tu-chemnitz.de>,
Santiago Leon <santil@...ux.vnet.ibm.com>,
Tim Hockin <thockin@...kin.org>,
Don Fry <pcnet32@...ntier.com>,
Francois Romieu <romieu@...zoreil.com>,
Ion Badulescu <ionut@...ula.org>,
Matt Carlson <mcarlson@...adcom.com>,
Michael Chan <mchan@...adcom.com>,
Grant Grundler <grundler@...isc-linux.org>,
David Dillow <dave@...dillows.org>,
Roger Luethi <rl@...lgate.ch>,
"David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH 00/21] clean up rx_copybreak handling [split version]
On Sun, 2011-07-10 at 13:52 +0200, Michał Mirosław wrote:
> On Sun, Jul 10, 2011 at 01:28:18PM +0200, Michał Mirosław wrote:
> > On Sat, Jul 09, 2011 at 11:20:32AM -0700, Joe Perches wrote:
> > > where almost all other uses throughout drivers/net
> > > align arguments to open parenthesis instead.
> > > + skb = dev_skb_finish_rx_dma(&np->rx_skbuff[entry],
> > > + pkt_len, rx_copybreak,
> > > + &np->pci_dev->dev,
> > > + le32_to_cpu(desc->frag[0].addr),
> > > + np->rx_buf_sz);
> > I'll fix that in v2 where the style differs.
> I modified patches where surrounding code had been consistent. I'm now
> convinced I don't like this style, especially when combined with 80-column
> limit and no limit on indentation levels.
Heh.
It truly can be a bad form when combined with
long variable or function names or multiple
indirections or string constants, etc.
I chose to ignore 80 columns on the
"le32_to_cpu(desc->frag[0].addr)," argument to
dev_skb_finish_rx_dma.
It can look hideous when slavish to 80 columns.
Feel free to ignore those checkpatch warnings
when you think appropriate.
cheers, Joe
--
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