Message ID | 20240701190512.49379-2-sj@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Docs/mm: rename legacy docs to unsorted docs | expand |
On Mon, Jul 1, 2024 at 12:05 PM SeongJae Park <sj@kernel.org> wrote: > > '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> > --- > Documentation/mm/allocation-profiling.rst | 1 - > 1 file changed, 1 deletion(-) > > 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 > =================== > > -- > 2.39.2 >
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 ===================
'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> --- Documentation/mm/allocation-profiling.rst | 1 - 1 file changed, 1 deletion(-)