* [PATCH net-next] vmxnet3: spelling fixes
@ 2015-04-01 22:33 Stephen Hemminger
2015-04-02 2:52 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2015-04-01 22:33 UTC (permalink / raw)
To: Shreyas Bhatewara, David Miller; +Cc: VMware, Inc., netdev
Signed-off-by: Stephen Hemminger <stephen@networkplumber.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;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-02 2:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-01 22:33 [PATCH net-next] vmxnet3: spelling fixes Stephen Hemminger
2015-04-02 2:52 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox