[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110504163803.57cde72e@nehalam>
Date: Wed, 4 May 2011 16:38:03 -0700
From: Stephen Hemminger <shemminger@...tta.com>
To: Rafael Azenha Aquini <aquini@...ux.com>
Cc: kernel-janitors.vger.kernel.org@....tchesoft.com,
Jay Vosburgh <fubar@...ibm.com>,
Andy Gospodarek <andy@...yhouse.net>, netdev@...r.kernel.org
Subject: Re: [PATCH] net/bonding: bonding: Adjust coding style for bond_3ad
files.
On Wed, 4 May 2011 19:18:47 -0300
Rafael Azenha Aquini <aquini@...ux.com> wrote:
>
> -// compare MAC addresses
> #define MAC_ADDRESS_COMPARE(A, B) memcmp(A, B, ETH_ALEN)
>
> static struct mac_addr null_mac_addr = { { 0, 0, 0, 0, 0, 0 } };
These should be changed to use compare_ether_addr and is_zero_ether_addr
routines in etherdevice.h
--
--
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