[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1299002494.7692.202.camel@vi2.jf.intel.com>
Date: Tue, 01 Mar 2011 10:01:34 -0800
From: Vasu Dev <vasu.dev@...ux.intel.com>
To: Joe Eykholt <joe.eykholt@...il.com>
Cc: Jiri Pirko <jpirko@...hat.com>,
James.Bottomley@...senPartnership.com, netdev@...r.kernel.org,
Jay Vosburgh <fubar@...ibm.com>, devel@...n-fcoe.org,
linux-scsi@...r.kernel.org
Subject: Re: [Open-FCoE] [PATCH] fcoe: correct checking for bonding
On Tue, 2011-03-01 at 09:49 -0800, Joe Eykholt wrote:
>
> Otherwise I'd add some parens or I might code this as:
>
> if ((netdev->priv_flags & (IFF_BONDING | IFF_MASTER)) ==
> (IFF_BONDING | IFF_MASTER))
or also skip == in code as:-
if (netdev->priv_flags & (IFF_BONDING | IFF_MASTER))
Would least save few chars in source code.
Vasu
--
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