Re: [PATCH] vlan: fix typo in vlan_dev_hard_start_xmit()
From: WANG Cong <hidden> Date: 2011-06-01 13:55:18
On Wed, 01 Jun 2011 16:53:19 +0800, Wei Yongjun wrote:
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 <redacted>
Yup, good catch!
Reviewed-by: WANG Cong <redacted>