]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
thermal/drivers/mediatek/lvts_thermal: Remove unneeded semicolon
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Fri, 1 Aug 2025 06:35:40 +0000 (14:35 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 25 Sep 2025 20:10:59 +0000 (22:10 +0200)
./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
drivers/thermal/mediatek/lvts_thermal.c

index f4d1e66d7db9ef94a404833d7f06f01c042d7134..ab55b20cda479cabe79bcab88c155b24c4af7c19 100644 (file)
@@ -639,7 +639,7 @@ static int lvts_sensor_init(struct device *dev, struct lvts_ctrl *lvts_ctrl,
 
                lvts_sensor[i].low_thresh = INT_MIN;
                lvts_sensor[i].high_thresh = INT_MIN;
-       };
+       }
 
        lvts_ctrl->valid_sensor_mask = lvts_ctrl_data->valid_sensor_mask;