[dpdk-dev] use tab rather than space in mbuf version map file

Message ID 1434650153-26983-1-git-send-email-huawei.xie@intel.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

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

Comments

Olivier Matz June 22, 2015, 10:08 a.m. UTC | #1
Hi,

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

Acked-by: Olivier Matz <olivier.matz@6wind.com>

Thanks
Olivier



> 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;
>
  
Thomas Monjalon June 23, 2015, 2:19 p.m. UTC | #2
2015-06-22 12:08, Olivier MATZ:
> On 06/18/2015 07:55 PM, Huawei Xie wrote:
> > Signed-off-by: Huawei Xie <huawei.xie@intel.com>
> > ---
> >  lib/librte_mbuf/rte_mbuf_version.map | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> > 
> 
> Acked-by: Olivier Matz <olivier.matz@6wind.com>

Applied, thanks
  

Patch

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;