thermal: core: Remove excess empty line from a comment
authorFlavio Suligoi <f.suligoi@asem.it>
Mon, 4 Mar 2024 11:00:22 +0000 (12:00 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 5 Mar 2024 12:17:33 +0000 (13:17 +0100)
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>
drivers/thermal/thermal_core.c

index f7a7d43809e72daaa91f71d46bd1cb7681bc08b4..34a31bc7202302eb0094ce4a93428ca9f0a719fc 100644 (file)
@@ -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().
  *