diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2020-06-01 21:46:00 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-06-02 10:59:06 -0700 |
commit | a3df69278c5052acf0a5335b3fc614e0a7e5ea93 (patch) | |
tree | bd8955e5440f9251dc886b11e67dfc6c87fb2cc2 /Documentation/vm/slub.rst | |
parent | a68ee0573991e90af2f1785db309206408bad3e5 (diff) | |
download | linux-a3df69278c5052acf0a5335b3fc614e0a7e5ea93.tar.bz2 |
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".
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Rafael Aquini <aquini@redhat.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: David Rientjes <rientjes@google.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Cc: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/vm/slub.rst')
-rw-r--r-- | Documentation/vm/slub.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/slub.rst b/Documentation/vm/slub.rst index 933ada4368ff..4eee598555c9 100644 --- a/Documentation/vm/slub.rst +++ b/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 |