hyperv: Fix some variable name typos in send-buffer init/revoke
authorHaiyang Zhang <haiyangz@microsoft.com>
Sat, 20 Dec 2014 02:25:18 +0000 (18:25 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Dec 2014 21:11:11 +0000 (16:11 -0500)
commitc4908cbd1df72ce6640554c45f20c03c71974cdd
tree5760efa7e3bf0d0cd991176290017dfb39fc02a6
parentab90a1b3b39a74876c3e94668f927eb9f07147b5
hyperv: Fix some variable name typos in send-buffer init/revoke

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 <haiyangz@microsoft.com>
Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/hyperv_net.h
drivers/net/hyperv/netvsc.c