[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081226.134349.56490565.davem@davemloft.net>
Date: Fri, 26 Dec 2008 13:43:49 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: holger@...zenberger.org
Cc: fubar@...ibm.com, netdev@...r.kernel.org
Subject: Re: [patch 08/10] 802.3ad: remove public lacpdu_header
From: Holger Eitzenberger <holger@...zenberger.org>
Date: Tue, 23 Dec 2008 23:01:09 +0100
> - skb = dev_alloc_skb(length);
> - if (!skb) {
> + skb = dev_alloc_skb(len);
> + if (skb == NULL)
"!skb" is preferred to the long-winded "skb == NULL", so
I'm tossing this patch and the rest which touch similar
areas.
Please don't mix cleanups and other changes unless you are %100
confident they will pass the most stringent review, otherwise your
patches will be rejected unnecessarily.
--
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