Re: [PATCH net-next] hyperv: Fix some variable name typos in send-buffer init/revoke

2014-12-22 Thread David Miller
From: Haiyang Zhang Date: Fri, 19 Dec 2014 18:25:18 -0800 > The changed names are union fields with the same size, so the existing code > still works. But, we now update these variables to the correct names. > > Signed-off-by: Haiyang Zhang > Reviewed-by: K. Y. Srinivasan Applied. ___

[PATCH net-next] hyperv: Fix some variable name typos in send-buffer init/revoke

2014-12-19 Thread Haiyang Zhang
The changed names are union fields with the same size, so the existing code still works. But, we now update these variables to the correct names. Signed-off-by: Haiyang Zhang Reviewed-by: K. Y. Srinivasan --- drivers/net/hyperv/hyperv_net.h |1 + drivers/net/hyperv/netvsc.c | 15 +