Skip to content

Commit a6768c4

Browse files
dlezcanorafaeljw
authored andcommitted
thermal/cpufreq_cooling: Remove structure member documentation
The structure member documentation refers to a member which does not exist any more. Remove it. Link: https://lore.kernel.org/all/202501220046.h3PMBCti-lkp@intel.com/ Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202501220046.h3PMBCti-lkp@intel.com/ Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Link: https://patch.msgid.link/20250211084712.2746705-1-daniel.lezcano@linaro.org [ rjw: Minor changelog edits ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent c195b9c commit a6768c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/thermal/cpufreq_cooling.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ struct time_in_idle {
5757
* @max_level: maximum cooling level. One less than total number of valid
5858
* cpufreq frequencies.
5959
* @em: Reference on the Energy Model of the device
60-
* @cdev: thermal_cooling_device pointer to keep track of the
61-
* registered cooling device.
6260
* @policy: cpufreq policy.
6361
* @cooling_ops: cpufreq callbacks to thermal cooling device ops
6462
* @idle_time: idle time stats

0 commit comments

Comments
 (0)