Re: [PATCH] fbdev: imsttfb: convert comma to semicolon

2024-09-02 Thread Helge Deller
On 9/2/24 10:47, Chen Ni wrote: Replace a comma between expression statements by a semicolon. Signed-off-by: Chen Ni I've applied your 3 comma-to-semicolon patches to the fbdev git tree. Thanks! Helge

[PATCH] fbdev: imsttfb: convert comma to semicolon

2024-09-02 Thread Chen Ni
Replace a comma between expression statements by a semicolon. Signed-off-by: Chen Ni --- drivers/video/fbdev/imsttfb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/video/fbdev/imsttfb.c b/drivers/video/fbdev/imsttfb.c index 660499260f46..dc4e659e06af 100644 ---