From: Wei Yongjun Date: Tue, 31 May 2011 22:53:19 +0000 (+0000) Subject: vlan: fix typo in vlan_dev_hard_start_xmit() X-Git-Tag: v3.0-rc2~7^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=307f73df2b9829ee5a261d1ed432ff683c426cdf;p=pandora-kernel.git vlan: fix typo in vlan_dev_hard_start_xmit() commit 4af429d29b341bb1735f04c2fb960178ed5d52e7 (vlan: lockless transmit path) have a typo in vlan_dev_hard_start_xmit(), using u64_stats_update_begin() to end the stat update, it should be u64_stats_update_end(). Signed-off-by: Wei Yongjun Reviewed-by: WANG Cong Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed