[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201106031759.22073.vitas@nppfactor.kiev.ua>
Date: Fri, 3 Jun 2011 17:59:21 +0300
From: Vitalii Demianets <vitas@...factor.kiev.ua>
To: Neil Horman <nhorman@...driver.com>
Cc: netdev@...r.kernel.org, Jay Vosburgh <fubar@...ibm.com>,
Andy Gospodarek <andy@...yhouse.net>,
"David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH] bonding: reset queue mapping prior to transmission to physical device (v2)
On Friday 03 June 2011 16:26:47 Neil Horman wrote:
[...]
> + /*
> + *restore the origional mapping
Style and spelling nits, shouldn't it be:
* Restore the original mapping
> + */
> + skb_set_queue_mapping(skb, (u16)skb->cb[0]);
As already pointed by Ben, it should be ((u16 *)skb->cb)[0]
[...]
> + /*
> + * Save the origional txq to restore before passing to the driver
Spelling: original
> + */
> + skb->cb[0] = txq;
As already pointed by Ben, it should be ((u16 *)skb->cb)[0]
--
Vitalii Demianets
--
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