Re: [dpdk-dev] [PATCH] doc: clarify spaces for alignment note

2023-06-12 Thread Stephen Hemminger
On Mon, 11 Mar 2019 18:39:39 + Kevin Traynor wrote: > Make clear that spaces are only for alignments less than tab size. > > Signed-off-by: Kevin Traynor > --- > doc/guides/contributing/coding_style.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/guides/co

Re: [dpdk-dev] [PATCH] doc: clarify spaces for alignment note

2020-05-25 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon > Sent: Sunday, May 24, 2020 11:47 PM > To: Kevin Traynor > Cc: Mcnamara, John ; Yigit, Ferruh > ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: clarify spaces for alignment note > > 11/03/2019 19:39, Ke

Re: [dpdk-dev] [PATCH] doc: clarify spaces for alignment note

2020-05-24 Thread Thomas Monjalon
11/03/2019 19:39, Kevin Traynor: > Make clear that spaces are only for alignments less than tab size. > > Signed-off-by: Kevin Traynor > --- > --- a/doc/guides/contributing/coding_style.rst > +++ b/doc/guides/contributing/coding_style.rst > - Global whitespace rule in DPDK, use tabs for inden

Re: [dpdk-dev] [PATCH] doc: clarify spaces for alignment note

2019-03-25 Thread Kovacevic, Marko
> Subject: [dpdk-dev] [PATCH] doc: clarify spaces for alignment note > > Make clear that spaces are only for alignments less than tab size. > > Signed-off-by: Kevin Traynor > --- > doc/guides/contributing/coding_style.rst | 2 +- > 1 file changed, 1 insertion(+), 1 del

Re: [dpdk-dev] [PATCH] doc: clarify spaces for alignment note

2019-03-11 Thread Rami Rosen
> Make clear that spaces are only for alignments less than tab size. > > Signed-off-by: Kevin Traynor > Acked-by: Rami Rosen

[dpdk-dev] [PATCH] doc: clarify spaces for alignment note

2019-03-11 Thread Kevin Traynor
Make clear that spaces are only for alignments less than tab size. Signed-off-by: Kevin Traynor --- doc/guides/contributing/coding_style.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/contributing/coding_style.rst b/doc/guides/contributing/coding_style.rst in