DPDK patches and discussions
 help / color / mirror / Atom feed
From: Huawei Xie <huawei.xie@intel.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH] use tab rather than space in mbuf version map file
Date: Fri, 19 Jun 2015 01:55:53 +0800	[thread overview]
Message-ID: <1434650153-26983-1-git-send-email-huawei.xie@intel.com> (raw)

Signed-off-by: Huawei Xie <huawei.xie@intel.com>
---
 lib/librte_mbuf/rte_mbuf_version.map | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/librte_mbuf/rte_mbuf_version.map b/lib/librte_mbuf/rte_mbuf_version.map
index 7ae2244..543dc4c 100644
--- a/lib/librte_mbuf/rte_mbuf_version.map
+++ b/lib/librte_mbuf/rte_mbuf_version.map
@@ -13,9 +13,9 @@ DPDK_2.0 {
 };
 
 DPDK_2.1 {
-       global:
+	global:
 
-       rte_pktmbuf_pool_create;
+	rte_pktmbuf_pool_create;
 
-       local: *;
+	local: *;
 } DPDK_2.0;
-- 
1.8.1.4

             reply	other threads:[~2015-06-18 17:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-18 17:55 Huawei Xie [this message]
2015-06-22 10:08 ` Olivier MATZ
2015-06-23 14:19   ` 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=1434650153-26983-1-git-send-email-huawei.xie@intel.com \
    --to=huawei.xie@intel.com \
    --cc=dev@dpdk.org \
    /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).