summaryrefslogtreecommitdiff
path: root/drivers/thermal
diff options
context:
space:
mode:
authorFlavio Suligoi <f.suligoi@asem.it>2024-03-04 12:00:22 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-03-05 13:17:33 +0100
commit32abd250879a272fd96da48db59fde5ef71946cf (patch)
treed9eeb31c3987dd11f211e3fd8429a8dafb86434e /drivers/thermal
parent4a62d588a84e13c68017bd16bc9c2531a2cde08f (diff)
thermal: core: Remove excess empty line from a comment
The first and the third lines of the kerneldoc comment for: thermal_zone_device_set_polling() belong to the same sentences, so join them together. Signed-off-by: Flavio Suligoi <f.suligoi@asem.it> [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/thermal_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c
index f7a7d43809e7..34a31bc72023 100644
--- a/drivers/thermal/thermal_core.c
+++ b/drivers/thermal/thermal_core.c
@@ -273,7 +273,6 @@ static int __init thermal_register_governors(void)
/*
* Zone update section: main control loop applied to each zone while monitoring
- *
* in polling mode. The monitoring is done using a workqueue.
* Same update may be done on a zone by calling thermal_zone_device_update().
*