Skip to content

Commit a5a2979

Browse files
committed
OPP: Fix argument name in doc comment
The name of the argument is "opp_table" and not "table", fix the comment. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202308172310.FzcidE4c-lkp@intel.com/ Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent c2add32 commit a5a2979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/opp/cpu.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* dev_pm_opp_init_cpufreq_table() - create a cpufreq table for a device
2626
* @dev: device for which we do this operation
27-
* @table: Cpufreq table returned back to caller
27+
* @opp_table: Cpufreq table returned back to caller
2828
*
2929
* Generate a cpufreq table for a provided device- this assumes that the
3030
* opp table is already initialized and ready for usage.
@@ -89,7 +89,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_init_cpufreq_table);
8989
/**
9090
* dev_pm_opp_free_cpufreq_table() - free the cpufreq table
9191
* @dev: device for which we do this operation
92-
* @table: table to free
92+
* @opp_table: table to free
9393
*
9494
* Free up the table allocated by dev_pm_opp_init_cpufreq_table
9595
*/

0 commit comments

Comments
 (0)