diff mbox series

[3/3] mm/doc: Include percpu documentation in html docs

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

Commit Message

Matthew Wilcox June 17, 2021, 8:43 p.m. UTC
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(+)

Comments

Dennis Zhou June 17, 2021, 9:54 p.m. UTC | #1
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 mbox series

Patch

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
 ================================