diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2024-05-24 11:20:37 +0200 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2024-05-28 08:50:13 +0200 |
commit | 10e0a8f83294ab997c4af0af4b80908cd52ca4b5 (patch) | |
tree | 26c10f9a8a703d257aa4db3d0cc60ddf62192d71 /drivers/cpufreq | |
parent | cpufreq: qcom-nvmem: eliminate uses of of_node_put() (diff) | |
download | linux-10e0a8f83294ab997c4af0af4b80908cd52ca4b5.tar.xz linux-10e0a8f83294ab997c4af0af4b80908cd52ca4b5.zip |
cpufreq: longhaul: Fix kernel-doc param for longhaul_setstate
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>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r-- | drivers/cpufreq/longhaul.c | 5 |
1 files 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. */ |