From: Stephen Hemminger Date: Thu, 30 Apr 2020 19:08:47 +0000 (-0700) Subject: net/netvsc: fix comment spelling X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=672f4d127ba44c5fe89a425fd757d6a0ad4749e1 net/netvsc: fix comment spelling No code change here. Signed-off-by: Stephen Hemminger --- diff --git a/drivers/net/netvsc/hn_ethdev.c b/drivers/net/netvsc/hn_ethdev.c index 05f1a25a1a..46da5a4e81 100644 --- a/drivers/net/netvsc/hn_ethdev.c +++ b/drivers/net/netvsc/hn_ethdev.c @@ -72,7 +72,7 @@ static const struct hn_xstats_name_off hn_stat_strings[] = { /* The default RSS key. * This value is the same as MLX5 so that flows will be - * received on same path for both VF ans synthetic NIC. + * received on same path for both VF and synthetic NIC. */ static const uint8_t rss_default_key[NDIS_HASH_KEYSIZE_TOEPLITZ] = { 0x2c, 0xc6, 0x81, 0xd1, 0x5b, 0xdb, 0xf4, 0xf7, diff --git a/drivers/net/netvsc/hn_nvs.h b/drivers/net/netvsc/hn_nvs.h index 2563fd8d86..015839e364 100644 --- a/drivers/net/netvsc/hn_nvs.h +++ b/drivers/net/netvsc/hn_nvs.h @@ -37,7 +37,7 @@ #define NVS_RNDIS_MTYPE_CTRL 1 /* - * NVS message transacion status codes. + * NVS message transaction status codes. */ #define NVS_STATUS_OK 1 #define NVS_STATUS_FAILED 2