summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/hyperv_net.h
diff options
context:
space:
mode:
authorAdrian Vladu2019-01-03 20:43:08 +0100
committerSasha Levin2019-01-23 19:21:34 +0100
commit52d3b4949192e93b948daaa40678fcd4b94bcbd0 (patch)
tree1b764c758347203aa8c9afc3129c36e0da3a8435 /drivers/net/hyperv/hyperv_net.h
parenthv_netvsc: Fix hash key value reset after other ops (diff)
downloadkernel-qcow2-linux-52d3b4949192e93b948daaa40678fcd4b94bcbd0.tar.gz
kernel-qcow2-linux-52d3b4949192e93b948daaa40678fcd4b94bcbd0.tar.xz
kernel-qcow2-linux-52d3b4949192e93b948daaa40678fcd4b94bcbd0.zip
hv_netvsc: fix typos in code comments
Fix all typos from hyperv netvsc code comments. Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com> Cc: "K. Y. Srinivasan" <kys@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Cc: Stephen Hemminger <sthemmin@microsoft.com> Cc: Sasha Levin <sashal@kernel.org> Cc: "David S. Miller" <davem@davemloft.net> Cc: "Alessandro Pilotti" <apilotti@cloudbasesolutions.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/net/hyperv/hyperv_net.h')
-rw-r--r--drivers/net/hyperv/hyperv_net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h
index e598a684700b..e859ae2e42d5 100644
--- a/drivers/net/hyperv/hyperv_net.h
+++ b/drivers/net/hyperv/hyperv_net.h
@@ -1181,7 +1181,7 @@ enum ndis_per_pkt_info_type {
enum rndis_per_pkt_info_interal_type {
RNDIS_PKTINFO_ID = 1,
- /* Add more memebers here */
+ /* Add more members here */
RNDIS_PKTINFO_MAX
};