Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/panel: himax-hx8279: Remove unneeded semicolon

Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250729054214.2264377-1-nichen@iscas.ac.cn

authored by

Chen Ni and committed by
Neil Armstrong
05efa7f1 125459e1

+1 -1
+1 -1
drivers/gpu/drm/panel/panel-himax-hx8279.c
··· 935 935 j++; 936 936 x++; 937 937 } while (x < 4); 938 - }; 938 + } 939 939 940 940 return 0; 941 941 }