]> www.infradead.org Git - users/hch/misc.git/commitdiff
drm/panel: himax-hx8279: Remove unneeded semicolon
authorChen Ni <nichen@iscas.ac.cn>
Tue, 29 Jul 2025 05:42:14 +0000 (13:42 +0800)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 4 Aug 2025 15:30:03 +0000 (17:30 +0200)
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
drivers/gpu/drm/panel/panel-himax-hx8279.c

index fb302d1f91b92e82c3cfe27b0d30a39a16005793..9e443c719843bc32985da35688a6d9c643e68540 100644 (file)
@@ -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;
 }