]> www.infradead.org Git - linux.git/commitdiff
cpufreq: longhaul: Fix kernel-doc param for longhaul_setstate
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 24 May 2024 09:20:37 +0000 (17:20 +0800)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 28 May 2024 06:50:13 +0000 (12:20 +0530)
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>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/longhaul.c

index 4c57c6725c134c558660475427c801aac2f719d7..bd6fe8638d3990c9caefd6203003db0eeb7b461a 100644 (file)
@@ -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.
  */