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

Configure Feed

Select the types of activity you want to include in your feed.

platform: arm64: huawei-gaokun-ec: 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>
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>

authored by

Chen Ni and committed by
Ilpo Järvinen
70081121 a62372b6

+1 -1
+1 -1
drivers/platform/arm64/huawei-gaokun-ec.c
··· 651 651 break; 652 652 653 653 msleep(100); /* EC need time to resume */ 654 - }; 654 + } 655 655 656 656 ec->suspended = false; 657 657