diff options
author | Eduardo Valentin <edubezval@gmail.com> | 2016-11-07 21:09:24 -0800 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2016-11-23 10:06:12 +0800 |
commit | 38e7b549af829ad2abd94b60e555227a15f9ecff (patch) | |
tree | 5aef77a565265f78579812524739d47fd6b00383 /drivers/thermal | |
parent | b659a30d7bdd5d9aa0d36b0215bfe3f9961ddf78 (diff) | |
download | linux-38e7b549af829ad2abd94b60e555227a15f9ecff.tar.bz2 |
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>
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/thermal_core.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c index e3cdba530418..2db21e53d0d0 100644 --- a/drivers/thermal/thermal_core.c +++ b/drivers/thermal/thermal_core.c @@ -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. * - * thermal_cooling_device_unregister() must be called when the device is no - * longer needed. + * thermal_cooling_device_unregister() must be called when a registered + * thermal cooling device is no longer needed. */ void thermal_cooling_device_unregister(struct thermal_cooling_device *cdev) { |