commit | 50698d80f8bb1db989b7b9fa433f588fade5e382 | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Mon Feb 27 10:26:47 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 06 17:13:13 2017 -0800 |
tree | fe05c4b0b0ef2a2d7392a8eca3fa48193b1969d1 | |
parent | 1a4691b204e75a853ec74947bed0dd6966558d29 [diff] |
netvsc: don't overload variable in same function There are two variables named packet in the same function. One is the metadata descriptor from host (vmpacket_descriptor) and the other is the control block in the skb used to hold metadata from send. Change name to avoid possible confusion and bugs. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>