[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20110504191728.GA20197@electric-eye.fr.zoreil.com>
Date: Wed, 4 May 2011 21:17:28 +0200
From: Francois Romieu <romieu@...zoreil.com>
To: David Miller <davem@...emloft.net>
Cc: joe@...ches.com, netdev@...r.kernel.org, nic_swsd@...ltek.com
Subject: Re: [PATCH rfc 1/5] r8169: style cleanups.
David Miller <davem@...emloft.net> :
> From: Joe Perches <joe@...ches.com>
[...]
> >> - if (tp->mac_version == RTL_GIGA_MAC_VER_32 ||
> >> - tp->mac_version == RTL_GIGA_MAC_VER_33)
> >> + if ((tp->mac_version == RTL_GIGA_MAC_VER_32) ||
> >> + (tp->mac_version == RTL_GIGA_MAC_VER_33))
> >
> > Shrug. I don't think this is better.
>
> Yeah, same here.
Ok. I'll have the driver consistently use the former then.
Thanks.
--
Ueimor
--
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