diff mbox series

thermal/cpufreq_cooling: Remove structure member documentation

Message ID 20250211084712.2746705-1-daniel.lezcano@linaro.org (mailing list archive)
State Mainlined, archived
Headers show
Series thermal/cpufreq_cooling: Remove structure member documentation | expand

Commit Message

Daniel Lezcano Feb. 11, 2025, 8:47 a.m. UTC
The structure member documentation refers to a member which does no
longer exist. 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>
---
 drivers/thermal/cpufreq_cooling.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Viresh Kumar Feb. 11, 2025, 10:02 a.m. UTC | #1
On 11-02-25, 09:47, Daniel Lezcano wrote:
> The structure member documentation refers to a member which does no
> longer exist. 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>
> ---
>  drivers/thermal/cpufreq_cooling.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/thermal/cpufreq_cooling.c b/drivers/thermal/cpufreq_cooling.c
> index 280071be30b1..6b7ab1814c12 100644
> --- a/drivers/thermal/cpufreq_cooling.c
> +++ b/drivers/thermal/cpufreq_cooling.c
> @@ -57,8 +57,6 @@ struct time_in_idle {
>   * @max_level: maximum cooling level. One less than total number of valid
>   *	cpufreq frequencies.
>   * @em: Reference on the Energy Model of the device
> - * @cdev: thermal_cooling_device pointer to keep track of the
> - *	registered cooling device.
>   * @policy: cpufreq policy.
>   * @cooling_ops: cpufreq callbacks to thermal cooling device ops
>   * @idle_time: idle time stats

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Rafael J. Wysocki Feb. 11, 2025, 8:04 p.m. UTC | #2
On Tue, Feb 11, 2025 at 11:02 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> On 11-02-25, 09:47, Daniel Lezcano wrote:
> > The structure member documentation refers to a member which does no
> > longer exist. 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>
> > ---
> >  drivers/thermal/cpufreq_cooling.c | 2 --
> >  1 file changed, 2 deletions(-)
> >
> > diff --git a/drivers/thermal/cpufreq_cooling.c b/drivers/thermal/cpufreq_cooling.c
> > index 280071be30b1..6b7ab1814c12 100644
> > --- a/drivers/thermal/cpufreq_cooling.c
> > +++ b/drivers/thermal/cpufreq_cooling.c
> > @@ -57,8 +57,6 @@ struct time_in_idle {
> >   * @max_level: maximum cooling level. One less than total number of valid
> >   *   cpufreq frequencies.
> >   * @em: Reference on the Energy Model of the device
> > - * @cdev: thermal_cooling_device pointer to keep track of the
> > - *   registered cooling device.
> >   * @policy: cpufreq policy.
> >   * @cooling_ops: cpufreq callbacks to thermal cooling device ops
> >   * @idle_time: idle time stats
>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

Applied as 6.14-rc material, thanks!
diff mbox series

Patch

diff --git a/drivers/thermal/cpufreq_cooling.c b/drivers/thermal/cpufreq_cooling.c
index 280071be30b1..6b7ab1814c12 100644
--- a/drivers/thermal/cpufreq_cooling.c
+++ b/drivers/thermal/cpufreq_cooling.c
@@ -57,8 +57,6 @@  struct time_in_idle {
  * @max_level: maximum cooling level. One less than total number of valid
  *	cpufreq frequencies.
  * @em: Reference on the Energy Model of the device
- * @cdev: thermal_cooling_device pointer to keep track of the
- *	registered cooling device.
  * @policy: cpufreq policy.
  * @cooling_ops: cpufreq callbacks to thermal cooling device ops
  * @idle_time: idle time stats