On Thu, Jan 31, 2019 at 03:06:22PM +1100, Tobin C. Harding wrote: > From: "Tobin C. Harding" <tobin@xxxxxxxxxx> > > sphinx emits warning > > WARNING: Inline emphasis start-string without end-string. > > This is caused by a missing colon. > > Add missing colon, clearing shpinx build warning. > > Signed-off-by: Tobin C. Harding <tobin@xxxxxxxxxx> Acked-by: Mike Rapoport <rppt@xxxxxxxxxxxxx> > --- > Documentation/vm/slub.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/vm/slub.rst b/Documentation/vm/slub.rst > index 0871c5849..933ada436 100644 > --- a/Documentation/vm/slub.rst > +++ b/Documentation/vm/slub.rst > @@ -66,7 +66,7 @@ Trying to find an issue in the dentry cache? Try:: > to only enable debugging on the dentry cache. You may use an asterisk at the > end of the slab name, in order to cover all slabs with the same prefix. For > example, here's how you can poison the dentry cache as well as all kmalloc > -slabs: > +slabs:: > > slub_debug=P,kmalloc-*,dentry > > -- > 2.20.1 > -- Sincerely yours, Mike.