Commit 788a8b6d authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller

virtio_net: spelling fixes

Signed-off-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Acked-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d24bae32
...@@ -873,7 +873,7 @@ static netdev_tx_t start_xmit(struct sk_buff *skb, struct net_device *dev) ...@@ -873,7 +873,7 @@ static netdev_tx_t start_xmit(struct sk_buff *skb, struct net_device *dev)
/* /*
* Send command via the control virtqueue and check status. Commands * Send command via the control virtqueue and check status. Commands
* supported by the hypervisor, as indicated by feature bits, should * supported by the hypervisor, as indicated by feature bits, should
* never fail unless improperly formated. * never fail unless improperly formatted.
*/ */
static bool virtnet_send_command(struct virtnet_info *vi, u8 class, u8 cmd, static bool virtnet_send_command(struct virtnet_info *vi, u8 class, u8 cmd,
struct scatterlist *out) struct scatterlist *out)
...@@ -1061,7 +1061,7 @@ static void virtnet_set_rx_mode(struct net_device *dev) ...@@ -1061,7 +1061,7 @@ static void virtnet_set_rx_mode(struct net_device *dev)
void *buf; void *buf;
int i; int i;
/* We can't dynamicaly set ndo_set_rx_mode, so return gracefully */ /* We can't dynamically set ndo_set_rx_mode, so return gracefully */
if (!virtio_has_feature(vi->vdev, VIRTIO_NET_F_CTRL_RX)) if (!virtio_has_feature(vi->vdev, VIRTIO_NET_F_CTRL_RX))
return; return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment