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

leds: cht-wcove: Remove unneeded semicolon

No functional modification involved.

./drivers/leds/leds-cht-wcove.c:193:2-3: Unneeded semicolon.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5343
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230531024020.106641-1-jiapeng.chong@linux.alibaba.com

authored by

Jiapeng Chong and committed by
Lee Jones
dda96847 de416a9f

+1 -1
+1 -1
drivers/leds/leds-cht-wcove.c
··· 190 190 return 1000; 191 191 case CHT_WC_LED_F_2_HZ: 192 192 return 1000 / 2; 193 - }; 193 + } 194 194 195 195 return 0; 196 196 }