diff options
author | SeongJae Park <sj@kernel.org> | 2024-07-01 22:05:09 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-07-04 01:19:15 +0300 |
commit | 51c702b0ae0e55ac3189e3264cf75defd0350a29 (patch) | |
tree | 163c236bac8374894359c19b983ac1b57433ce1e /Documentation/mm | |
parent | 661404644db468f0f56c1dd8c4085358c1c35ba0 (diff) | |
download | linux-51c702b0ae0e55ac3189e3264cf75defd0350a29.tar.xz |
Docs/mm/allocation-profiling: mark 'Theory of operation' as chapter
'Theory of operation' part of allocation-profiling document is
apparently a chapter. However, it is mistakenly marked as a document
title. As a result, rendered mm document index page shows two items for
the document. Fix it to be marked as a chapter.
Signed-off-by: SeongJae Park <sj@kernel.org>
Acked-by: Suren Baghdasaryan <surenb@google.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240701190512.49379-2-sj@kernel.org
Diffstat (limited to 'Documentation/mm')
-rw-r--r-- | Documentation/mm/allocation-profiling.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/mm/allocation-profiling.rst b/Documentation/mm/allocation-profiling.rst index d3b733b41ae6..ffd6655b7be2 100644 --- a/Documentation/mm/allocation-profiling.rst +++ b/Documentation/mm/allocation-profiling.rst @@ -46,7 +46,6 @@ Example output:: 55M 4887 mm/slub.c:2259 func:alloc_slab_page 122M 31168 mm/page_ext.c:270 func:alloc_page_ext -=================== Theory of operation =================== |