Skip to content

Commit

Permalink
thermal: core: Remove excess empty line from a comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Flavio Suligoi authored and Rafael J. Wysocki committed Mar 5, 2024
1 parent 4a62d58 commit 32abd25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/thermal/thermal_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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().
*
Expand Down

0 comments on commit 32abd25

Please sign in to comment.