lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 14 Jun 2019 08:16:55 -0700
From:   tip-bot for Yangtao Li <tipbot@...or.com>
To:     linux-tip-commits@...r.kernel.org
Cc:     linux-kernel@...r.kernel.org, tiny.windzz@...il.com,
        mingo@...nel.org, hpa@...or.com, tglx@...utronix.de
Subject: [tip:timers/core] alarmtimer: Fix kerneldoc comment for
 alarmtimer_suspend()

Commit-ID:  141e1ecda356bb0034027a9acb949e97a963ba16
Gitweb:     https://git.kernel.org/tip/141e1ecda356bb0034027a9acb949e97a963ba16
Author:     Yangtao Li <tiny.windzz@...il.com>
AuthorDate: Sat, 25 May 2019 14:39:25 -0400
Committer:  Thomas Gleixner <tglx@...utronix.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@...il.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Cc: john.stultz@...aro.org
Cc: sboyd@...nel.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ