diff options
author | Yangtao Li <tiny.windzz@gmail.com> | 2019-05-25 21:39:25 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2019-06-14 18:04:04 +0300 |
commit | 141e1ecda356bb0034027a9acb949e97a963ba16 (patch) | |
tree | 789c34a20bc18fca6f695e7342c081c9e2589576 /kernel/time/alarmtimer.c | |
parent | 0f48b41f597e3b62b649abbf796e1e72901f9df3 (diff) | |
download | linux-141e1ecda356bb0034027a9acb949e97a963ba16.tar.xz |
alarmtimer: Fix kerneldoc comment for alarmtimer_suspend()
This brings the kernel doc in line with the function signature.
Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: john.stultz@linaro.org
Cc: sboyd@kernel.org
Link: https://lkml.kernel.org/r/20190525183925.18963-1-tiny.windzz@gmail.com
Diffstat (limited to 'kernel/time/alarmtimer.c')
-rw-r--r-- | kernel/time/alarmtimer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/time/alarmtimer.c b/kernel/time/alarmtimer.c index 0519a8805aab..57518efc3810 100644 --- a/kernel/time/alarmtimer.c +++ b/kernel/time/alarmtimer.c @@ -233,7 +233,6 @@ EXPORT_SYMBOL_GPL(alarm_expires_remaining); /** * alarmtimer_suspend - Suspend time callback * @dev: unused - * @state: unused * * When we are going into suspend, we look through the bases * to see which is the soonest timer to expire. We then |