Skip to content

Commit 10e0a8f

Browse files
Yang Livireshk
authored andcommitted
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 <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 9e697ef commit 10e0a8f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

drivers/cpufreq/longhaul.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,9 @@ static void do_powersaver(int cx_address, unsigned int mults_index,
236236
}
237237

238238
/**
239-
* longhaul_set_cpu_frequency()
240-
* @mults_index : bitpattern of the new multiplier.
239+
* longhaul_setstate()
240+
* @policy: cpufreq_policy structure containing the current policy.
241+
* @table_index: index of the frequency within the cpufreq_frequency_table.
241242
*
242243
* Sets a new clock ratio.
243244
*/

0 commit comments

Comments
 (0)