aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/hyperv_net.h
diff options
context:
space:
mode:
authorAdrian Vladu <[email protected]>2019-01-03 19:43:08 +0000
committerSasha Levin <[email protected]>2019-01-23 18:21:34 +0000
commit52d3b4949192e93b948daaa40678fcd4b94bcbd0 (patch)
tree1b764c758347203aa8c9afc3129c36e0da3a8435 /drivers/net/hyperv/hyperv_net.h
parenthv_netvsc: Fix hash key value reset after other ops (diff)
downloadkernel-52d3b4949192e93b948daaa40678fcd4b94bcbd0.tar.gz
kernel-52d3b4949192e93b948daaa40678fcd4b94bcbd0.zip
hv_netvsc: fix typos in code comments
Fix all typos from hyperv netvsc code comments. Signed-off-by: Adrian Vladu <[email protected]> Cc: "K. Y. Srinivasan" <[email protected]> Cc: Haiyang Zhang <[email protected]> Cc: Stephen Hemminger <[email protected]> Cc: Sasha Levin <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: "Alessandro Pilotti" <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
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
};