platform: arm64: huawei-gaokun-ec: Remove unneeded semicolon
authorChen Ni <nichen@iscas.ac.cn>
Thu, 27 Mar 2025 02:52:44 +0000 (10:52 +0800)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 7 Apr 2025 10:14:42 +0000 (13:14 +0300)
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>
Link: https://lore.kernel.org/r/20250327025244.1790897-1-nichen@iscas.ac.cn
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/arm64/huawei-gaokun-ec.c

index 97c2607f8d9f3054df2842d795fce6baa68cfe51..7e5aa7ca24032862a7a9165b6be313afbc7adef2 100644 (file)
@@ -651,7 +651,7 @@ static int gaokun_ec_resume(struct device *dev)
                        break;
 
                msleep(100); /* EC need time to resume */
-       };
+       }
 
        ec->suspended = false;