[dpdk-dev] [PATCH] doc: Add missing new line before code block

2015-12-07 Thread Thomas Monjalon
> > The patch adds missing new line to "Managing ABI updates" section.
> > 
> > Signed-off-by: Tetsuya Mukawa 
> 
> Acked-by: John McNamara 

Applied, thanks


[dpdk-dev] [PATCH] doc: Add missing new line before code block

2015-10-20 Thread Tetsuya Mukawa
The patch adds missing new line to "Managing ABI updates" section.

Signed-off-by: Tetsuya Mukawa 
---
 doc/guides/contributing/versioning.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/guides/contributing/versioning.rst 
b/doc/guides/contributing/versioning.rst
index 8a739dd..d824762 100644
--- a/doc/guides/contributing/versioning.rst
+++ b/doc/guides/contributing/versioning.rst
@@ -382,7 +382,8 @@ easy.  Start by removing the symbol from the requisite 
version map file:
} DPDK_2.0;


-Next remove the corresponding versioned export
+Next remove the corresponding versioned export.
+
 .. code-block:: c

  -VERSION_SYMBOL(rte_acl_create, _v20, 2.0);
-- 
2.1.4



[dpdk-dev] [PATCH] doc: Add missing new line before code block

2015-10-28 Thread Mcnamara, John


> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Tetsuya Mukawa
> Sent: Tuesday, October 20, 2015 3:42 AM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: Add missing new line before code block
> 
> The patch adds missing new line to "Managing ABI updates" section.
> 
> Signed-off-by: Tetsuya Mukawa 

Acked-by: John McNamara 



[dpdk-dev] [PATCH] doc: Add missing new line before code block

2015-11-05 Thread Tetsuya Mukawa
Hi Thomas,

Could you please merge below patch?

Thanks,
Tetsuya

On 2015/10/28 18:33, Mcnamara, John wrote:
>
>> -Original Message-
>> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Tetsuya Mukawa
>> Sent: Tuesday, October 20, 2015 3:42 AM
>> To: dev at dpdk.org
>> Subject: [dpdk-dev] [PATCH] doc: Add missing new line before code block
>>
>> The patch adds missing new line to "Managing ABI updates" section.
>>
>> Signed-off-by: Tetsuya Mukawa 
> Acked-by: John McNamara 
>