Matthew Wilcox <willy@xxxxxxxxxxxxx> writes: >> I've applied this. Naturally, it gifts us with a new docs build >> warning: >> >> > Documentation/core-api/mm-api:40: ./mm/slub.c:4936: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] >> > Documentation/core-api/mm-api:40: ./mm/slub.c:4936: ERROR: Undefined substitution referenced: "--------". [docutils] >> >> I was hoping your other slab patch series address this, but it doesn't >> look that way...? > > Indeed it does. > > It's a pre-existing bug, that's only unmaked by this patch. I knew that, that's why I hoped the other series maybe addressed it. > Honestly, > I'm not that great at kerneldoc and I was hoping someone like Randy > would notice and fix it ;-) The attached fixes it, but may conflict with your other work. jon