Re: [PATCH] linux/kernel.h: fix reST markup warning for roundup

2019-02-18 Thread Matthew Wilcox
On Mon, Feb 18, 2019 at 04:34:26PM -0800, Randy Dunlap wrote: > - * The `const' here prevents gcc-3.3 from calling __divdi3 > + * The ``const`` here prevents gcc-3.3 from calling __divdi3 Probably time to remove this hack ... willy@bobo:~/kernel/idrext$ grep gcc Documentation/Changes GNU C

[PATCH] linux/kernel.h: fix reST markup warning for roundup

2019-02-18 Thread Randy Dunlap
From: Randy Dunlap 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 --- include/linux/kernel.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-n