mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
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>
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
/**
|
/**
|
||||||
* dev_pm_opp_init_cpufreq_table() - create a cpufreq table for a device
|
* dev_pm_opp_init_cpufreq_table() - create a cpufreq table for a device
|
||||||
* @dev: device for which we do this operation
|
* @dev: device for which we do this operation
|
||||||
* @table: Cpufreq table returned back to caller
|
* @opp_table: Cpufreq table returned back to caller
|
||||||
*
|
*
|
||||||
* Generate a cpufreq table for a provided device- this assumes that the
|
* Generate a cpufreq table for a provided device- this assumes that the
|
||||||
* opp table is already initialized and ready for usage.
|
* opp table is already initialized and ready for usage.
|
||||||
@@ -89,7 +89,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_init_cpufreq_table);
|
|||||||
/**
|
/**
|
||||||
* dev_pm_opp_free_cpufreq_table() - free the cpufreq table
|
* dev_pm_opp_free_cpufreq_table() - free the cpufreq table
|
||||||
* @dev: device for which we do this operation
|
* @dev: device for which we do this operation
|
||||||
* @table: table to free
|
* @opp_table: table to free
|
||||||
*
|
*
|
||||||
* Free up the table allocated by dev_pm_opp_init_cpufreq_table
|
* Free up the table allocated by dev_pm_opp_init_cpufreq_table
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user