Skip to content

Commit 33b688e

Browse files
plbossartrafaeljw
authored andcommitted
PM: clk: remove kernel-doc warning
Remove make W=1 warning: drivers/base/power/clock_ops.c:148: warning: expecting prototype for pm_clk_enable(). Prototype was for __pm_clk_enable() instead Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent beafe82 commit 33b688e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/base/power/clock_ops.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ static void pm_clk_op_unlock(struct pm_subsys_data *psd, unsigned long *flags)
140140
}
141141

142142
/**
143-
* pm_clk_enable - Enable a clock, reporting any errors
143+
* __pm_clk_enable - Enable a clock, reporting any errors
144144
* @dev: The device for the given clock
145145
* @ce: PM clock entry corresponding to the clock.
146146
*/

0 commit comments

Comments
 (0)