Skip to content

Commit 12c0632

Browse files
plbossartrafaeljw
authored andcommitted
PM: runtime: remove kernel-doc warnings
remove make W=1 warnings drivers/base/power/runtime.c:926: warning: Function parameter or member 'timer' not described in 'pm_suspend_timer_fn' drivers/base/power/runtime.c:926: warning: Excess function parameter 'data' description in 'pm_suspend_timer_fn' 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 e49d033 commit 12c0632

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/base/power/runtime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ static void pm_runtime_work(struct work_struct *work)
951951

952952
/**
953953
* pm_suspend_timer_fn - Timer function for pm_schedule_suspend().
954-
* @data: Device pointer passed by pm_schedule_suspend().
954+
* @timer: hrtimer used by pm_schedule_suspend().
955955
*
956956
* Check if the time is right and queue a suspend request.
957957
*/

0 commit comments

Comments
 (0)