public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] cpufreq: longhaul: Fix kernel-doc param for longhaul_setstate
@ 2024-05-24  9:20 Yang Li
  2024-05-28  6:53 ` Viresh Kumar
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2024-05-24  9:20 UTC (permalink / raw)
  To: rafael, viresh.kumar; +Cc: linux-pm, linux-kernel, Yang Li

The patch updates the function documentation comment for
longhaul_setstate to adhere to the kernel-doc specification.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/cpufreq/longhaul.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/cpufreq/longhaul.c b/drivers/cpufreq/longhaul.c
index 4c57c6725c13..bd6fe8638d39 100644
--- a/drivers/cpufreq/longhaul.c
+++ b/drivers/cpufreq/longhaul.c
@@ -236,8 +236,9 @@ static void do_powersaver(int cx_address, unsigned int mults_index,
 }
 
 /**
- * longhaul_set_cpu_frequency()
- * @mults_index : bitpattern of the new multiplier.
+ * longhaul_setstate()
+ * @policy: cpufreq_policy structure containing the current policy.
+ * @table_index: index of the frequency within the cpufreq_frequency_table.
  *
  * Sets a new clock ratio.
  */
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] cpufreq: longhaul: Fix kernel-doc param for longhaul_setstate
  2024-05-24  9:20 [PATCH -next] cpufreq: longhaul: Fix kernel-doc param for longhaul_setstate Yang Li
@ 2024-05-28  6:53 ` Viresh Kumar
  0 siblings, 0 replies; 2+ messages in thread
From: Viresh Kumar @ 2024-05-28  6:53 UTC (permalink / raw)
  To: Yang Li; +Cc: rafael, linux-pm, linux-kernel

On 24-05-24, 17:20, Yang Li wrote:
> The patch updates the function documentation comment for
> longhaul_setstate to adhere to the kernel-doc specification.
> 
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
> ---
>  drivers/cpufreq/longhaul.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/cpufreq/longhaul.c b/drivers/cpufreq/longhaul.c
> index 4c57c6725c13..bd6fe8638d39 100644
> --- a/drivers/cpufreq/longhaul.c
> +++ b/drivers/cpufreq/longhaul.c
> @@ -236,8 +236,9 @@ static void do_powersaver(int cx_address, unsigned int mults_index,
>  }
>  
>  /**
> - * longhaul_set_cpu_frequency()
> - * @mults_index : bitpattern of the new multiplier.
> + * longhaul_setstate()
> + * @policy: cpufreq_policy structure containing the current policy.
> + * @table_index: index of the frequency within the cpufreq_frequency_table.
>   *
>   * Sets a new clock ratio.
>   */

Applied. Thanks.

-- 
viresh

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-28  6:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-24  9:20 [PATCH -next] cpufreq: longhaul: Fix kernel-doc param for longhaul_setstate Yang Li
2024-05-28  6:53 ` Viresh Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox