LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] alarmtimer: fix kerneldoc comment for alarmtimer_suspend
@ 2019-05-25 18:39 Yangtao Li
2019-06-14 15:16 ` [tip:timers/core] alarmtimer: Fix kerneldoc comment for alarmtimer_suspend() tip-bot for Yangtao Li
0 siblings, 1 reply; 2+ messages in thread
From: Yangtao Li @ 2019-05-25 18:39 UTC (permalink / raw)
To: tglx, john.stultz, sboyd; +Cc: linux-kernel, Yangtao Li
This brings the kernel doc in line with the function signature.
Signed-off-by: Yangtao Li <tiny.windzz@gmail.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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip:timers/core] alarmtimer: Fix kerneldoc comment for alarmtimer_suspend()
2019-05-25 18:39 [PATCH] alarmtimer: fix kerneldoc comment for alarmtimer_suspend Yangtao Li
@ 2019-06-14 15:16 ` tip-bot for Yangtao Li
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Yangtao Li @ 2019-06-14 15:16 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, tiny.windzz, mingo, hpa, tglx
Commit-ID: 141e1ecda356bb0034027a9acb949e97a963ba16
Gitweb: https://git.kernel.org/tip/141e1ecda356bb0034027a9acb949e97a963ba16
Author: Yangtao Li <tiny.windzz@gmail.com>
AuthorDate: Sat, 25 May 2019 14:39:25 -0400
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Fri, 14 Jun 2019 17:04:04 +0200
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
---
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-06-14 15:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-25 18:39 [PATCH] alarmtimer: fix kerneldoc comment for alarmtimer_suspend Yangtao Li
2019-06-14 15:16 ` [tip:timers/core] alarmtimer: Fix kerneldoc comment for alarmtimer_suspend() tip-bot for Yangtao Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).