aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panel
diff options
context:
space:
mode:
authorChen Ni <nichen@iscas.ac.cn>2025-07-29 13:42:14 +0800
committerNeil Armstrong <neil.armstrong@linaro.org>2025-08-04 17:30:03 +0200
commit05efa7f1d14febf0cd230c4950abfa6add1344a2 (patch)
treede609f3387246d46be49b896b9c67e7e4723f39a /drivers/gpu/drm/panel
parentdrm/panel: novatek-nt35560: Fix invalid return value (diff)
downloadlinux-05efa7f1d14febf0cd230c4950abfa6add1344a2.tar.gz
linux-05efa7f1d14febf0cd230c4950abfa6add1344a2.zip
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
Diffstat (limited to 'drivers/gpu/drm/panel')
-rw-r--r--drivers/gpu/drm/panel/panel-himax-hx8279.c2
1 files changed, 1 insertions, 1 deletions
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;
}