[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <e79e49d4-4a7d-48c6-afdf-0f958f423f62@infradead.org>
Date: Mon, 18 Feb 2019 16:34:26 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: "linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>,
Jonathan Corbet <corbet@....net>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH] linux/kernel.h: fix reST markup warning for roundup
From: Randy Dunlap <rdunlap@...radead.org>
Fix reST inline markup warning:
../include/linux/kernel.h:137: WARNING: Inline interpreted text or phrase reference start-string without end-string.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
---
include/linux/kernel.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20190218.orig/include/linux/kernel.h
+++ linux-next-20190218/include/linux/kernel.h
@@ -108,7 +108,7 @@
* Rounds @x up to next multiple of @y. If @y will always be a power
* of 2, consider using the faster round_up().
*
- * The `const' here prevents gcc-3.3 from calling __divdi3
+ * The ``const`` here prevents gcc-3.3 from calling __divdi3
*/
#define roundup(x, y) ( \
{ \
Powered by blists - more mailing lists