On Mon, Jun 01, 2020 at 09:46:00PM -0700, Andrew Morton wrote: > From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > Subject: Documentation/vm/slub.rst: s/Toggle/Enable/ > > "toggle" means to change a boolean thing's state. This operation doesn't > do that - it sets it to "true". > > Cc: Christoph Lameter <cl@xxxxxxxxx> > Cc: David Rientjes <rientjes@xxxxxxxxxx> > Cc: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> > Cc: Pekka Enberg <penberg@xxxxxxxxxx> > Cc: Rafael Aquini <aquini@xxxxxxxxxx> > Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > --- > > Documentation/vm/slub.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/Documentation/vm/slub.rst~mm-slub-add-panic_on_error-to-the-debug-facilities-fix > +++ a/Documentation/vm/slub.rst > @@ -49,7 +49,7 @@ Possible debug options are:: > P Poisoning (object and padding) > U User tracking (free and alloc) > T Trace (please only use on single slabs) > - A Toggle failslab filter mark for the cache > + A Enable failslab filter mark for the cache > O Switch debugging off for caches that would have > caused higher minimum slab orders > - Switch all debugging off (useful if the kernel is > _ > Acked-by: Rafael Aquini <aquini@xxxxxxxxxx>