Re: [PATCH v6 54/54] scripts/checkpatch.pl: don't complain about (foo, /* empty */)

2019-10-22 Thread Aaron Lindsay OS
On Oct 17 14:16, Alex Bennée wrote: > It's quite common to have a mini comment inside braces to acknowledge > we know it's empty. Expand the inline detection to allow closing > braces before the end of line. > > Signed-off-by: Alex Bennée Reviewed-by: Aaron Lindsay

[PATCH v6 54/54] scripts/checkpatch.pl: don't complain about (foo, /* empty */)

2019-10-17 Thread Alex Bennée
It's quite common to have a mini comment inside braces to acknowledge we know it's empty. Expand the inline detection to allow closing braces before the end of line. Signed-off-by: Alex Bennée --- scripts/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git