Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Flavio Suligoi and committed by
Rafael J. Wysocki
32abd250 4a62d588

-1
-1
drivers/thermal/thermal_core.c
··· 273 273 274 274 /* 275 275 * Zone update section: main control loop applied to each zone while monitoring 276 - * 277 276 * in polling mode. The monitoring is done using a workqueue. 278 277 * Same update may be done on a zone by calling thermal_zone_device_update(). 279 278 *