]> git.baikalelectronics.ru Git - 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)
commitb10b74670e7887b138882ca6efaf36f879d02d79
tree5760efa7e3bf0d0cd991176290017dfb39fc02a6
parent9d070b041c14078c8853c0a9564d184f9582ce25
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