From: Stephen Hemminger <stephen@networkplumber•org>
To: Stephen Hemminger <stephen@networkplumber•org>
Cc: netdev@vger•kernel.org,
virtualization@lists•linux-foundation.org,
David Miller <davem@davemloft•net>,
"Michael S. Tsirkin" <mst@redhat•com>
Subject: [PATCH net-next 3/3] virtio_net: spelling fixes
Date: Mon, 9 Dec 2013 16:18:45 -0800 [thread overview]
Message-ID: <20131209161845.218642f7@nehalam.linuxnetplumber.net> (raw)
In-Reply-To: <20131209161632.5ac96e5a@nehalam.linuxnetplumber.net>
Signed-off-by: Stephen Hemminger <stephen@networkplumber•org>
--- 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;
next prev parent reply other threads:[~2013-12-10 0:18 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-10 0:16 [PATCH net-next 1/3] virtio_net: set multicast filter list to host Stephen Hemminger
2013-12-10 0:17 ` [PATCH net-next 2/3] virtio_net: remove unused parameter to send_command Stephen Hemminger
2013-12-10 15:25 ` Michael S. Tsirkin
2013-12-11 3:28 ` David Miller
2013-12-10 0:18 ` Stephen Hemminger [this message]
2013-12-10 15:25 ` [PATCH net-next 3/3] virtio_net: spelling fixes Michael S. Tsirkin
2013-12-11 3:28 ` David Miller
2013-12-10 15:24 ` [PATCH net-next 1/3] virtio_net: set multicast filter list to host Michael S. Tsirkin
2013-12-10 21:07 ` Michael S. Tsirkin
2013-12-10 17:40 ` Vlad Yasevich
2013-12-11 3:28 ` David Miller
2013-12-12 18:26 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131209161845.218642f7@nehalam.linuxnetplumber.net \
--to=stephen@networkplumber$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=mst@redhat$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=virtualization@lists$(echo .)linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox