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

thermal/drivers/mediatek/lvts_thermal: Remove unneeded semicolon

./drivers/thermal/mediatek/lvts_thermal.c:642:2-3: Unneeded semicolon.

A semicolon is present after the closing bracket of the loop, let's
remove it.

No functional change intended.

[ dlezcano : Reworded the description and reordered the tags order ]

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=23244
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20250801063540.2959610-1-jiapeng.chong@linux.alibaba.com

authored by

Jiapeng Chong and committed by
Daniel Lezcano
5ea75f34 48bc3b33

+1 -1
+1 -1
drivers/thermal/mediatek/lvts_thermal.c
··· 639 639 640 640 lvts_sensor[i].low_thresh = INT_MIN; 641 641 lvts_sensor[i].high_thresh = INT_MIN; 642 - }; 642 + } 643 643 644 644 lvts_ctrl->valid_sensor_mask = lvts_ctrl_data->valid_sensor_mask; 645 645