[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-516337048fa40496ae5ca9863c367ec991a44d9a@git.kernel.org>
Date: Thu, 27 Jun 2019 14:46:07 -0700
From: tip-bot for Mauro Carvalho Chehab <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: mchehab+samsung@...nel.org, hpa@...or.com,
linux-kernel@...r.kernel.org, tglx@...utronix.de, mingo@...nel.org,
mchehab@...radead.org, corbet@....net, linux-doc@...r.kernel.org
Subject: [tip:timers/core] hrtimer: Use a bullet for the returns bullet list
Commit-ID: 516337048fa40496ae5ca9863c367ec991a44d9a
Gitweb: https://git.kernel.org/tip/516337048fa40496ae5ca9863c367ec991a44d9a
Author: Mauro Carvalho Chehab <mchehab+samsung@...nel.org>
AuthorDate: Mon, 24 Jun 2019 07:33:26 -0300
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Thu, 27 Jun 2019 23:30:04 +0200
hrtimer: Use a bullet for the returns bullet list
That gets rid of this warning:
./kernel/time/hrtimer.c:1119: WARNING: Block quote ends without a blank line; unexpected unindent.
and displays nicely both at the source code and at the produced
documentation.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@...nel.org>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Cc: Linux Doc Mailing List <linux-doc@...r.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab@...radead.org>
Cc: Jonathan Corbet <corbet@....net>
Link: https://lkml.kernel.org/r/74ddad7dac331b4e5ce4a90e15c8a49e3a16d2ac.1561372382.git.mchehab+samsung@kernel.org
---
kernel/time/hrtimer.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c
index edb230aba3d1..5ee77f1a8a92 100644
--- a/kernel/time/hrtimer.c
+++ b/kernel/time/hrtimer.c
@@ -1114,9 +1114,10 @@ EXPORT_SYMBOL_GPL(hrtimer_start_range_ns);
* @timer: hrtimer to stop
*
* Returns:
- * 0 when the timer was not active
- * 1 when the timer was active
- * -1 when the timer is currently executing the callback function and
+ *
+ * * 0 when the timer was not active
+ * * 1 when the timer was active
+ * * -1 when the timer is currently executing the callback function and
* cannot be stopped
*/
int hrtimer_try_to_cancel(struct hrtimer *timer)
Powered by blists - more mailing lists