diff options
| author | Adrian Vladu <[email protected]> | 2019-01-03 19:43:08 +0000 |
|---|---|---|
| committer | Sasha Levin <[email protected]> | 2019-01-23 18:21:34 +0000 |
| commit | 52d3b4949192e93b948daaa40678fcd4b94bcbd0 (patch) | |
| tree | 1b764c758347203aa8c9afc3129c36e0da3a8435 /drivers/net/hyperv/hyperv_net.h | |
| parent | hv_netvsc: Fix hash key value reset after other ops (diff) | |
| download | kernel-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.h | 2 |
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 }; |
