Re: [dpdk-dev] [PATCH] doc: add note into coding style

2018-11-24 Thread Thomas Monjalon
17/09/2018 18:31, Ferruh Yigit: > On 9/17/2018 4:24 PM, Marko Kovacevic wrote: > > Added a note into the coding style to > > highlight the use of a bool within a struct > > > > Signed-off-by: Marko Kovacevic > > Reviewed-by: Ferruh Yigit Applied, thanks

Re: [dpdk-dev] [PATCH] doc: add note into coding style

2018-09-17 Thread Ferruh Yigit
On 9/17/2018 4:24 PM, Marko Kovacevic wrote: > Added a note into the coding style to > highlight the use of a bool within a struct > > Signed-off-by: Marko Kovacevic Reviewed-by: Ferruh Yigit

[dpdk-dev] [PATCH] doc: add note into coding style

2018-09-17 Thread Marko Kovacevic
Added a note into the coding style to highlight the use of a bool within a struct Signed-off-by: Marko Kovacevic --- doc/guides/contributing/coding_style.rst | 9 + 1 file changed, 9 insertions(+) diff --git a/doc/guides/contributing/coding_style.rst b/doc/guides/contributing/coding_st