aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChenggang Wang <[email protected]>2023-04-18 11:38:28 +0800
committerDaniel Lezcano <[email protected]>2023-04-26 10:38:34 +0200
commit2912d341800bb9781c0a0ed2bedc10b2c1fd5909 (patch)
tree8f2dfcb18544eb04bec70b62402e58ea91d9d8f0
parentd9f7eeaf24aedfdf47bddf0cf88e1021b7f652f5 (diff)
thermal/drivers/cpuidle_cooling: Delete unmatched comments
The function no longer returns a value, synchronize the comments. Signed-off-by: [email protected] Acked-by: Viresh Kumar <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--drivers/thermal/cpuidle_cooling.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/thermal/cpuidle_cooling.c b/drivers/thermal/cpuidle_cooling.c
index 4f41102e8b16..7779739fc8ac 100644
--- a/drivers/thermal/cpuidle_cooling.c
+++ b/drivers/thermal/cpuidle_cooling.c
@@ -236,9 +236,6 @@ out:
*
* This function is in charge of creating a cooling device per cpuidle
* 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)
{