Re: [PATCH 1/2] mm/mmzone.h: fix existing kernel-doc comments and link them to core-api

From: Matthew Wilcox
Date: Fri Apr 23 2021 - 20:17:52 EST


On Fri, Apr 23, 2021 at 11:38:10PM +0300, Mike Rapoport wrote:
> +++ b/Documentation/core-api/mm-api.rst
> @@ -92,3 +92,5 @@ More Memory Management Functions
> :export:
>
> .. kernel-doc:: mm/page_alloc.c
> +
> +.. kernel-doc:: include/linux/mmzone.h

You didn't do this against linux-next ... I added a few other files this
cycle:

.. kernel-doc:: mm/page_alloc.c
.. kernel-doc:: mm/mempolicy.c
.. kernel-doc:: include/linux/mm_types.h
:internal:
.. kernel-doc:: include/linux/mm.h
:internal:

The content looks good.

Reviewed-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>