[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150401153308.3116ac86@urahara>
Date: Wed, 1 Apr 2015 15:33:08 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Shreyas Bhatewara <sbhatewara@...are.com>,
David Miller <davem@...emloft.net>
Cc: "VMware, Inc." <pv-drivers@...are.com>, netdev@...r.kernel.org
Subject: [PATCH net-next] vmxnet3: spelling fixes
Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
--- a/drivers/net/vmxnet3/vmxnet3_ethtool.c 2015-02-03 10:58:26.459635546 -0800
+++ b/drivers/net/vmxnet3/vmxnet3_ethtool.c 2015-03-11 08:34:06.475326179 -0700
@@ -104,7 +104,7 @@ vmxnet3_rq_driver_stats[] = {
rx_buf_alloc_failure) },
};
-/* gloabl stats maintained by the driver */
+/* global stats maintained by the driver */
static const struct vmxnet3_stat_desc
vmxnet3_global_stats[] = {
/* description, offset */
@@ -272,7 +272,7 @@ int vmxnet3_set_features(struct net_devi
adapter->shared->devRead.misc.uptFeatures &=
~UPT1_F_RXCSUM;
- /* update harware LRO capability accordingly */
+ /* update hardware LRO capability accordingly */
if (features & NETIF_F_LRO)
adapter->shared->devRead.misc.uptFeatures |=
UPT1_F_LRO;
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists