[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20131210152531.GD25293@redhat.com>
Date: Tue, 10 Dec 2013 17:25:31 +0200
From: "Michael S. Tsirkin" <mst@...hat.com>
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: David Miller <davem@...emloft.net>,
Rusty Russell <rusty@...tcorp.com.au>,
virtualization@...ts.linux-foundation.org, netdev@...r.kernel.org
Subject: Re: [PATCH net-next 3/3] virtio_net: spelling fixes
On Mon, Dec 09, 2013 at 04:18:45PM -0800, Stephen Hemminger wrote:
>
>
> Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
>
Acked-by: Michael S. Tsirkin <mst@...hat.com>
> --- a/drivers/net/virtio_net.c 2013-12-09 16:12:41.409051865 -0800
> +++ b/drivers/net/virtio_net.c 2013-12-09 16:12:43.872996856 -0800
> @@ -873,7 +873,7 @@ static netdev_tx_t start_xmit(struct sk_
> /*
> * Send command via the control virtqueue and check status. Commands
> * 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,
> struct scatterlist *out)
> @@ -1061,7 +1061,7 @@ static void virtnet_set_rx_mode(struct n
> void *buf;
> 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))
> return;
>
--
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