All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] use tab rather than space in mbuf version map file
@ 2015-06-18 17:55 Huawei Xie
  2015-06-22 10:08 ` Olivier MATZ
  0 siblings, 1 reply; 3+ messages in thread
From: Huawei Xie @ 2015-06-18 17:55 UTC (permalink / raw)
  To: dev

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-23 14:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-18 17:55 [PATCH] use tab rather than space in mbuf version map file Huawei Xie
2015-06-22 10:08 ` Olivier MATZ
2015-06-23 14:19   ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.