]> Git Repo - linux.git/commitdiff
PM: clk: remove kernel-doc warning
authorPierre-Louis Bossart <[email protected]>
Wed, 31 Mar 2021 23:26:12 +0000 (18:26 -0500)
committerRafael J. Wysocki <[email protected]>
Wed, 7 Apr 2021 17:21:09 +0000 (19:21 +0200)
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 <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/base/power/clock_ops.c

index 84d5acb6301b751152ae6f28af5a76f0b1df16c0..0251f3e6e61d5036418b03fd258b98520408463d 100644 (file)
@@ -140,7 +140,7 @@ static void pm_clk_op_unlock(struct pm_subsys_data *psd, unsigned long *flags)
 }
 
 /**
- * pm_clk_enable - Enable a clock, reporting any errors
+ * __pm_clk_enable - Enable a clock, reporting any errors
  * @dev: The device for the given clock
  * @ce: PM clock entry corresponding to the clock.
  */
This page took 0.056333 seconds and 4 git commands to generate.