[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20120913.163839.1430346384226710502.davem@davemloft.net>
Date: Thu, 13 Sep 2012 16:38:39 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: yuvalmin@...adcom.com
Cc: netdev@...r.kernel.org, dmitry@...adcom.com, eilong@...adcom.com
Subject: Re: [net PATCH v2 1/7] bnx2x: Avoid sending multiple statistics
queries
From: "Yuval Mintz" <yuvalmin@...adcom.com>
Date: Thu, 13 Sep 2012 20:34:57 +0000
> But there is a difference between:
> If (A && B) {
> C;
> D;
> }
>
> And:
> if (A) {
> if (B) {
> C;
> }
> D;
> }
Indeed, I missed the return, it make a lot more sense now.
I've applied this series to 'net' and will push it out after
build testing.
Thanks.
--
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