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

regulator: tps6594-regulator: 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://patch.msgid.link/20250729040044.1851988-1-nichen@iscas.ac.cn
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Chen Ni and committed by
Mark Brown
c6871d56 8f5ae30d

+1 -1
+1 -1
drivers/regulator/tps6594-regulator.c
··· 647 647 default: 648 648 dev_err(tps->dev, "unknown chip_id %lu\n", tps->chip_id); 649 649 return -EINVAL; 650 - }; 650 + } 651 651 652 652 enum { 653 653 MULTI_BUCK12,