Re: [PATCH v2 -next] leds: convert comma to semicolon

2021-01-08 Thread Pavel Machek
On Fri 2021-01-08 07:14:08, Dan Murphy wrote: > Hello > > On 1/8/21 3:24 AM, Zheng Yongjun wrote: > > Replace a comma between expression statements by a semicolon. > > Can you add a "Fixes" tag here? Don't. Its just cleanup, we don't want it in stable. Patch is fine as is. --

Re: [PATCH v2 -next] leds: convert comma to semicolon

2021-01-08 Thread Dan Murphy
Hello On 1/8/21 3:24 AM, Zheng Yongjun wrote: Replace a comma between expression statements by a semicolon. Can you add a "Fixes" tag here? Dan

[PATCH v2 -next] leds: convert comma to semicolon

2021-01-08 Thread Zheng Yongjun
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun --- drivers/leds/leds-lm3642.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/leds/leds-lm3642.c b/drivers/leds/leds-lm3642.c index 62c14872caf7..22035a380c4a 100644 ---