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.

gpio: loongson-64bit: 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/20250909065913.4011133-1-nichen@iscas.ac.cn
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

authored by

Chen Ni and committed by
Bartosz Golaszewski
52bdd696 474014cd

+1 -1
+1 -1
drivers/gpio/gpio-loongson-64bit.c
··· 205 205 206 206 default: 207 207 return -EINVAL; 208 - }; 208 + } 209 209 } 210 210 211 211 writeb(pol, lgpio->reg_base + lgpio->chip_data->intpol_offset + hwirq);