Re: [PATCH] Documentation: fix vm/slub.rst warning

2019-02-11 Thread Randy Dunlap
On 2/11/19 7:27 AM, Jonathan Corbet wrote: > On Sun, 10 Feb 2019 22:34:11 -0800 > Randy Dunlap wrote: > >> From: Randy Dunlap >> >> Fix markup warning by quoting the '*' character with a backslash. >> >> Documentation/vm/slub.rst:71: WARNING: Inline emphasis start-string without >> end-string.

Re: [PATCH] Documentation: fix vm/slub.rst warning

2019-02-11 Thread Jonathan Corbet
On Sun, 10 Feb 2019 22:34:11 -0800 Randy Dunlap wrote: > From: Randy Dunlap > > Fix markup warning by quoting the '*' character with a backslash. > > Documentation/vm/slub.rst:71: WARNING: Inline emphasis start-string without > end-string. > > Signed-off-by: Randy Dunlap > Cc: Christoph Lam

Re: [PATCH] Documentation: fix vm/slub.rst warning

2019-02-10 Thread Sergey Senozhatsky
On (02/11/19 09:35), Mike Rapoport wrote: > On Sun, Feb 10, 2019 at 10:34:11PM -0800, Randy Dunlap wrote: > > From: Randy Dunlap > > > > Fix markup warning by quoting the '*' character with a backslash. > > > > Documentation/vm/slub.rst:71: WARNING: Inline emphasis start-string without > > end-

Re: [PATCH] Documentation: fix vm/slub.rst warning

2019-02-10 Thread Mike Rapoport
On Sun, Feb 10, 2019 at 10:34:11PM -0800, Randy Dunlap wrote: > From: Randy Dunlap > > Fix markup warning by quoting the '*' character with a backslash. > > Documentation/vm/slub.rst:71: WARNING: Inline emphasis start-string without > end-string. > > Signed-off-by: Randy Dunlap > Cc: Christop

[PATCH] Documentation: fix vm/slub.rst warning

2019-02-10 Thread Randy Dunlap
From: Randy Dunlap Fix markup warning by quoting the '*' character with a backslash. Documentation/vm/slub.rst:71: WARNING: Inline emphasis start-string without end-string. Signed-off-by: Randy Dunlap Cc: Christoph Lameter Cc: Sergey Senozhatsky --- Documentation/vm/slub.rst |2 +- 1 f