]> git.ipfire.org Git - people/arne_f/kernel.git/commit
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)
commitc51ed18257e731e15541324cd58bd3761d9d3b1c
tree5760efa7e3bf0d0cd991176290017dfb39fc02a6
parent8acdf999accfd95093db17f33a58429a38782060
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