From: Rami Rosen <ramirose@gmail.com>
To: dev@dpdk.org
Cc: maxime.coquelin@redhat.com, huawei.xie@intel.com,
tiwei.bie@intel.com, Rami Rosen <ramirose@gmail.com>
Subject: [dpdk-dev] [PATCH] examples/vhost: fix a typo
Date: Mon, 14 Jan 2019 16:47:47 +0200 [thread overview]
Message-ID: <1547477267-8131-1-git-send-email-ramirose@gmail.com> (raw)
This minor patch fixes a typo in examples/vhost/main.c.
Fixes: d19533e86f1d ("examples/vhost: copy old vhost example")
Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
examples/vhost/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/vhost/main.c b/examples/vhost/main.c
index dc9ea10..c4bdd3c 100644
--- a/examples/vhost/main.c
+++ b/examples/vhost/main.c
@@ -1220,7 +1220,7 @@ static void virtio_tx_offload(struct rte_mbuf *m)
/*
* A new device is added to a data core. First the device is added to the main linked list
- * and the allocated to a specific data core.
+ * and then allocated to a specific data core.
*/
static int
new_device(int vid)
--
1.8.3.1
next reply other threads:[~2019-01-14 14:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-14 14:47 Rami Rosen [this message]
2019-01-14 15:37 ` Gavin Hu (Arm Technology China)
2019-01-15 1:47 ` Thomas Monjalon
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=1547477267-8131-1-git-send-email-ramirose@gmail.com \
--to=ramirose@gmail.com \
--cc=dev@dpdk.org \
--cc=huawei.xie@intel.com \
--cc=maxime.coquelin@redhat.com \
--cc=tiwei.bie@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).