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.

pwm: mediatek: Remove unneeded semicolon

Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.

This was introduced in commit 3a4a308c069a ("pwm: mediatek: Convert to
waveform API").

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Link: https://patch.msgid.link/20251105214847.1279520-1-nichen@iscas.ac.cn
[ukleinek: Add reference to introducing commit.]
Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>

authored by

Chen Ni and committed by
Uwe Kleine-König
a875806e b55bbc28

+1 -1
+1 -1
drivers/pwm/pwm-mediatek.c
··· 266 266 DIV_ROUND_UP_ULL(NSEC_PER_SEC, clk_rate), 267 267 .duty_length_ns = 0, 268 268 }; 269 - }; 269 + } 270 270 271 271 dev_dbg(&chip->dev, "pwm#%u: ENABLE: %x, CLKDIV: %x, PERIOD: %x, DUTY: %x @%lu -> %lld/%lld\n", 272 272 pwm->hwpwm, wfhw->enable, clkdiv, cnt_period, cnt_duty, clk_rate,