thermal: core: improve kerneldoc entry of thermal_cooling_device_unregister
Improve description and keep 80 columns limit. Cc: Zhang Rui <rui.zhang@intel.com> Cc: linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin <edubezval@gmail.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
This commit is contained in:
parent
b659a30d7b
commit
38e7b549af
|
@ -1018,11 +1018,11 @@ static void __unbind(struct thermal_zone_device *tz, int mask,
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* thermal_cooling_device_unregister - removes the registered thermal cooling device
|
* thermal_cooling_device_unregister - removes a thermal cooling device
|
||||||
* @cdev: the thermal cooling device to remove.
|
* @cdev: the thermal cooling device to remove.
|
||||||
*
|
*
|
||||||
* thermal_cooling_device_unregister() must be called when the device is no
|
* thermal_cooling_device_unregister() must be called when a registered
|
||||||
* longer needed.
|
* thermal cooling device is no longer needed.
|
||||||
*/
|
*/
|
||||||
void thermal_cooling_device_unregister(struct thermal_cooling_device *cdev)
|
void thermal_cooling_device_unregister(struct thermal_cooling_device *cdev)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue