diff options
author | stephen hemminger <stephen@networkplumber.org> | 2015-04-01 18:33:08 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-04-01 22:52:29 -0400 |
commit | 7887456e9da0fc57e8cc5ab50743539440e50750 (patch) | |
tree | b82e0efd8048e775fa7870f291267a0fc7c4e890 /drivers/net/vmxnet3/vmxnet3_ethtool.c | |
parent | f1a8ff21d083c6b37bba9e4ad2c1d899ae41f75d (diff) |
vmxnet3: spelling fixes
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vmxnet3/vmxnet3_ethtool.c')
-rw-r--r-- | drivers/net/vmxnet3/vmxnet3_ethtool.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/vmxnet3/vmxnet3_ethtool.c b/drivers/net/vmxnet3/vmxnet3_ethtool.c index 4c8a944d58b4..c1d0e7a9da04 100644 --- a/drivers/net/vmxnet3/vmxnet3_ethtool.c +++ b/drivers/net/vmxnet3/vmxnet3_ethtool.c | |||
@@ -104,7 +104,7 @@ vmxnet3_rq_driver_stats[] = { | |||
104 | rx_buf_alloc_failure) }, | 104 | rx_buf_alloc_failure) }, |
105 | }; | 105 | }; |
106 | 106 | ||
107 | /* gloabl stats maintained by the driver */ | 107 | /* global stats maintained by the driver */ |
108 | static const struct vmxnet3_stat_desc | 108 | static const struct vmxnet3_stat_desc |
109 | vmxnet3_global_stats[] = { | 109 | vmxnet3_global_stats[] = { |
110 | /* description, offset */ | 110 | /* description, offset */ |
@@ -272,7 +272,7 @@ int vmxnet3_set_features(struct net_device *netdev, netdev_features_t features) | |||
272 | adapter->shared->devRead.misc.uptFeatures &= | 272 | adapter->shared->devRead.misc.uptFeatures &= |
273 | ~UPT1_F_RXCSUM; | 273 | ~UPT1_F_RXCSUM; |
274 | 274 | ||
275 | /* update harware LRO capability accordingly */ | 275 | /* update hardware LRO capability accordingly */ |
276 | if (features & NETIF_F_LRO) | 276 | if (features & NETIF_F_LRO) |
277 | adapter->shared->devRead.misc.uptFeatures |= | 277 | adapter->shared->devRead.misc.uptFeatures |= |
278 | UPT1_F_LRO; | 278 | UPT1_F_LRO; |