Re: [PATCH 01/29] coding-style.rst: Avoid comma statements

2021-02-04 Thread Jonathan Corbet
Joe Perches writes: > On Mon, 2020-08-24 at 21:55 -0700, Joe Perches wrote: >> Commas are not how statements are terminated. >> Always use semicolons and braces if necessary. > > ping? Hey, it's only been five months and some...you gotta stop rushing maintainers this way :) I guess at the time

Re: [PATCH 01/29] coding-style.rst: Avoid comma statements

2021-01-30 Thread Joe Perches
On Mon, 2020-08-24 at 21:55 -0700, Joe Perches wrote: > Commas are not how statements are terminated. > Always use semicolons and braces if necessary. ping? > > Signed-off-by: Joe Perches > --- >  Documentation/process/coding-style.rst | 17 + >  1 file changed, 17 insertions(+)

[PATCH 01/29] coding-style.rst: Avoid comma statements

2020-08-24 Thread Joe Perches
Commas are not how statements are terminated. Always use semicolons and braces if necessary. Signed-off-by: Joe Perches --- Documentation/process/coding-style.rst | 17 + 1 file changed, 17 insertions(+) diff --git a/Documentation/process/coding-style.rst b/Documentation/proces