提交 7887456e 编写于 作者: S stephen hemminger 提交者: David S. Miller

vmxnet3: spelling fixes

Signed-off-by: NStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 f1a8ff21
...@@ -104,7 +104,7 @@ vmxnet3_rq_driver_stats[] = { ...@@ -104,7 +104,7 @@ vmxnet3_rq_driver_stats[] = {
rx_buf_alloc_failure) }, rx_buf_alloc_failure) },
}; };
/* gloabl stats maintained by the driver */ /* global stats maintained by the driver */
static const struct vmxnet3_stat_desc static const struct vmxnet3_stat_desc
vmxnet3_global_stats[] = { vmxnet3_global_stats[] = {
/* description, offset */ /* description, offset */
...@@ -272,7 +272,7 @@ int vmxnet3_set_features(struct net_device *netdev, netdev_features_t features) ...@@ -272,7 +272,7 @@ int vmxnet3_set_features(struct net_device *netdev, netdev_features_t features)
adapter->shared->devRead.misc.uptFeatures &= adapter->shared->devRead.misc.uptFeatures &=
~UPT1_F_RXCSUM; ~UPT1_F_RXCSUM;
/* update harware LRO capability accordingly */ /* update hardware LRO capability accordingly */
if (features & NETIF_F_LRO) if (features & NETIF_F_LRO)
adapter->shared->devRead.misc.uptFeatures |= adapter->shared->devRead.misc.uptFeatures |=
UPT1_F_LRO; UPT1_F_LRO;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册