[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190525183925.18963-1-tiny.windzz@gmail.com>
Date: Sat, 25 May 2019 14:39:25 -0400
From: Yangtao Li <tiny.windzz@...il.com>
To: tglx@...utronix.de, john.stultz@...aro.org, sboyd@...nel.org
Cc: linux-kernel@...r.kernel.org, Yangtao Li <tiny.windzz@...il.com>
Subject: [PATCH] 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@...il.com>
---
kernel/time/alarmtimer.c | 1 -
1 file changed, 1 deletion(-)
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
--
2.17.0
Powered by blists - more mailing lists