Commit 2912d341 authored by Chenggang Wang's avatar Chenggang Wang Committed by Daniel Lezcano
Browse files

thermal/drivers/cpuidle_cooling: Delete unmatched comments



The function no longer returns a value, synchronize the comments.

Signed-off-by: default avatar <wangchenggang@vivo.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/1681789108-28130-1-git-send-email-wangchenggang@vivo.com
parent d9f7eeaf
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -236,9 +236,6 @@ static int __cpuidle_cooling_register(struct device_node *np,
 *
 *
 * This function is in charge of creating a cooling device per cpuidle
 * This function is in charge of creating a cooling device per cpuidle
 * driver and register it to the thermal framework.
 * driver and register it to the thermal framework.
 *
 * Return: zero on success, or negative value corresponding to the
 * error detected in the underlying subsystems.
 */
 */
void cpuidle_cooling_register(struct cpuidle_driver *drv)
void cpuidle_cooling_register(struct cpuidle_driver *drv)
{
{