We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2add32 commit a5a2979Copy full SHA for a5a2979
drivers/opp/cpu.c
@@ -24,7 +24,7 @@
24
/**
25
* dev_pm_opp_init_cpufreq_table() - create a cpufreq table for a device
26
* @dev: device for which we do this operation
27
- * @table: Cpufreq table returned back to caller
+ * @opp_table: Cpufreq table returned back to caller
28
*
29
* Generate a cpufreq table for a provided device- this assumes that the
30
* opp table is already initialized and ready for usage.
@@ -89,7 +89,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_init_cpufreq_table);
89
90
* dev_pm_opp_free_cpufreq_table() - free the cpufreq table
91
92
- * @table: table to free
+ * @opp_table: table to free
93
94
* Free up the table allocated by dev_pm_opp_init_cpufreq_table
95
*/
0 commit comments