Re: [PATCH 23/29] fuse: Avoid comma separated statements

2021-02-01 Thread Miklos Szeredi
On Tue, Aug 25, 2020 at 6:57 AM Joe Perches wrote: > > Use semicolons and braces. Reference to coding style doc? Or other important reason? Or just personal preference? Thanks, Miklos

Re: [PATCH 23/29] fuse: Avoid comma separated statements

2021-01-30 Thread Joe Perches
On Mon, 2020-08-24 at 21:56 -0700, Joe Perches wrote: > Use semicolons and braces. ping? > Signed-off-by: Joe Perches > --- >  fs/fuse/dir.c | 24 >  1 file changed, 16 insertions(+), 8 deletions(-) > > diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c > index 26f028bc760b..ec

[PATCH 23/29] fuse: Avoid comma separated statements

2020-08-24 Thread Joe Perches
Use semicolons and braces. Signed-off-by: Joe Perches --- fs/fuse/dir.c | 24 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c index 26f028bc760b..ecb6eed832a0 100644 --- a/fs/fuse/dir.c +++ b/fs/fuse/dir.c @@ -1362,14 +1362,22