Commit 96f1c529 authored by Jilin Yuan's avatar Jilin Yuan Committed by Rafael J. Wysocki

thermal: Drop duplicate words from comments

Drop duplicate words from two kerneldoc comments in the thermal
subsystem.
Signed-off-by: default avatarJilin Yuan <yuanjilin@cdjrlc.com>
[ rjw: Subject edits and changelog rewrite ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent b90cb105
...@@ -475,7 +475,7 @@ static int cpufreq_set_cur_state(struct thermal_cooling_device *cdev, ...@@ -475,7 +475,7 @@ static int cpufreq_set_cur_state(struct thermal_cooling_device *cdev,
/** /**
* __cpufreq_cooling_register - helper function to create cpufreq cooling device * __cpufreq_cooling_register - helper function to create cpufreq cooling device
* @np: a valid struct device_node to the cooling device device tree node * @np: a valid struct device_node to the cooling device tree node
* @policy: cpufreq policy * @policy: cpufreq policy
* Normally this should be same as cpufreq policy->related_cpus. * Normally this should be same as cpufreq policy->related_cpus.
* @em: Energy Model of the cpufreq policy * @em: Energy Model of the cpufreq policy
......
...@@ -630,7 +630,7 @@ EXPORT_SYMBOL_GPL(devm_thermal_zone_of_sensor_register); ...@@ -630,7 +630,7 @@ EXPORT_SYMBOL_GPL(devm_thermal_zone_of_sensor_register);
/** /**
* devm_thermal_zone_of_sensor_unregister - Resource managed version of * devm_thermal_zone_of_sensor_unregister - Resource managed version of
* thermal_zone_of_sensor_unregister(). * thermal_zone_of_sensor_unregister().
* @dev: Device for which which resource was allocated. * @dev: Device for which resource was allocated.
* @tzd: a pointer to struct thermal_zone_device where the sensor is registered. * @tzd: a pointer to struct thermal_zone_device where the sensor is registered.
* *
* This function removes the sensor callbacks and private data from the * This function removes the sensor callbacks and private data from the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment