Re: [PATCH 13/29] bcache: Avoid comma separated statements

2021-01-31 Thread Coly Li
On 1/31/21 2:59 AM, Joe Perches wrote: > On Mon, 2020-08-24 at 21:56 -0700, Joe Perches wrote: >> Use semicolons and braces. > > ping? It is in my for-next now, thanks for reminding. Coly Li > >> Signed-off-by: Joe Perches >> --- >>  drivers/md/bcache/bset.c | 12 >>  drivers/m

Re: [PATCH 13/29] bcache: 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 > --- >  drivers/md/bcache/bset.c | 12 >  drivers/md/bcache/sysfs.c | 6 -- >  2 files changed, 12 insertions(+), 6 deletions(-) > > diff --git a/drivers/md/bc

[PATCH 13/29] bcache: Avoid comma separated statements

2020-08-24 Thread Joe Perches
Use semicolons and braces. Signed-off-by: Joe Perches --- drivers/md/bcache/bset.c | 12 drivers/md/bcache/sysfs.c | 6 -- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/drivers/md/bcache/bset.c b/drivers/md/bcache/bset.c index 67a2c47f4201..94d38e8a59b3 10064