Message ID | 20210617204325.2278730-3-willy@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] mm/doc: Include compressed memory kernel-doc | expand |
Hello, On Thu, Jun 17, 2021 at 09:43:25PM +0100, Matthew Wilcox (Oracle) wrote: > The kernel-doc was written, but not included in the html documentation. > > Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> > --- > Documentation/core-api/mm-api.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/core-api/mm-api.rst b/Documentation/core-api/mm-api.rst > index e46f01c4b200..89a53ac00249 100644 > --- a/Documentation/core-api/mm-api.rst > +++ b/Documentation/core-api/mm-api.rst > @@ -87,6 +87,12 @@ DMA pools > .. kernel-doc:: mm/dmapool.c > :export: > > +Per-CPU memory allocation > +========================= > + > +.. kernel-doc:: mm/percpu.c > + :export: > + > More Memory Management Functions > ================================ > > -- > 2.30.2 > > Acked-by: Dennis Zhou <dennis@kernel.org> Thanks, Dennis
diff --git a/Documentation/core-api/mm-api.rst b/Documentation/core-api/mm-api.rst index e46f01c4b200..89a53ac00249 100644 --- a/Documentation/core-api/mm-api.rst +++ b/Documentation/core-api/mm-api.rst @@ -87,6 +87,12 @@ DMA pools .. kernel-doc:: mm/dmapool.c :export: +Per-CPU memory allocation +========================= + +.. kernel-doc:: mm/percpu.c + :export: + More Memory Management Functions ================================
The kernel-doc was written, but not included in the html documentation. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> --- Documentation/core-api/mm-api.rst | 6 ++++++ 1 file changed, 6 insertions(+)