Re: [PATCH] Documentation/CodingStyle: Add an example for braces

2018-03-15 Thread Gary R Hook
On 03/15/2018 05:26 AM, Jani Nikula wrote: On Wed, 14 Mar 2018, Gary R Hook wrote: Add another example of required braces when using a compound statement in a loop. Signed-off-by: Gary R Hook --- Documentation/process/coding-style.rst |9 +

Re: [PATCH] Documentation/CodingStyle: Add an example for braces

2018-03-15 Thread Jani Nikula
On Wed, 14 Mar 2018, Gary R Hook wrote: > Add another example of required braces when using a compound statement in > a loop. > > Signed-off-by: Gary R Hook > --- > Documentation/process/coding-style.rst |9 + > 1 file changed, 9 insertions(+) >

[PATCH] Documentation/CodingStyle: Add an example for braces

2018-03-14 Thread Gary R Hook
Add another example of required braces when using a compound statement in a loop. Signed-off-by: Gary R Hook --- Documentation/process/coding-style.rst |9 + 1 file changed, 9 insertions(+) diff --git a/Documentation/process/coding-style.rst

Re: [PATCH] Documentation/CodingStyle

2016-09-06 Thread Jonathan Corbet
On Sat, 3 Sep 2016 08:13:13 +0200 Bruno Raoult wrote: > I am new here, so feel free to tell me if I am wrong. Welcome! > I am participating to Eulyptula challenge, and of course had a look on > Documentation/CodingStyle. > > As I use GNU/Emacs (yes, I know, Evil Tool,

[PATCH] Documentation/CodingStyle

2016-09-03 Thread Bruno Raoult
Hi all, I am new here, so feel free to tell me if I am wrong. I am participating to Eulyptula challenge, and of course had a look on Documentation/CodingStyle. As I use GNU/Emacs (yes, I know, Evil Tool, according to Linus :-), I took the lines in Chapter 9, which are supposed to switch to