This fixes the wording in the comment for compare_ether_addr(). Signed-off-by: Kris Katterjohn <[EMAIL PROTECTED]>
This is a diff from 2.6.15-git5. Thanks! --- x/include/linux/etherdevice.h 2006-01-09 12:16:58.000000000 -0600 +++ y/include/linux/etherdevice.h 2006-01-09 20:10:12.000000000 -0600 @@ -113,8 +113,8 @@ static inline void random_ether_addr(u8 /** * compare_ether_addr - Compare two Ethernet addresses - * @addr1: Pointer to a six-byte array containing the Ethernet address - * @addr2: Pointer other six-byte array containing the Ethernet address + * @addr1: Pointer to a six-byte array containing an Ethernet address + * @addr2: Pointer to another six-byte array containing an Ethernet address * * Compare two ethernet addresses, returns 0 if equal */ - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html