From: Chen Ni Date: Tue, 29 Jul 2025 05:42:14 +0000 (+0800) Subject: drm/panel: himax-hx8279: Remove unneeded semicolon X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=05efa7f1d14febf0cd230c4950abfa6add1344a2;p=users%2Fhch%2Fmisc.git 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 Reviewed-by: Dmitry Baryshkov Signed-off-by: Neil Armstrong Link: https://lore.kernel.org/r/20250729054214.2264377-1-nichen@iscas.ac.cn --- diff --git a/drivers/gpu/drm/panel/panel-himax-hx8279.c b/drivers/gpu/drm/panel/panel-himax-hx8279.c index fb302d1f91b9..9e443c719843 100644 --- a/drivers/gpu/drm/panel/panel-himax-hx8279.c +++ b/drivers/gpu/drm/panel/panel-himax-hx8279.c @@ -935,7 +935,7 @@ static int hx8279_check_dig_gamma(struct hx8279 *hx, struct device *dev, const u j++; x++; } while (x < 4); - }; + } return 0; }