diff mbox series

[2/2] docs/mm-api: link slab_common.c to "The Slab Cache" section

Message ID 1544130781-13443-3-git-send-email-rppt@linux.ibm.com (mailing list archive)
State New, archived
Headers show
Series docs/mm-api: link kernel-doc comments from slab_common.c | expand

Commit Message

Mike Rapoport Dec. 6, 2018, 9:13 p.m. UTC
Several functions in mm/slab_common.c have kernel-doc comments, it makes
perfect sense to link them to the MM API reference.

Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
---
 Documentation/core-api/mm-api.rst | 3 +++
 1 file changed, 3 insertions(+)

Comments

David Rientjes Dec. 9, 2018, 11:02 p.m. UTC | #1
On Thu, 6 Dec 2018, Mike Rapoport wrote:

> Several functions in mm/slab_common.c have kernel-doc comments, it makes
> perfect sense to link them to the MM API reference.
> 
> Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>

Acked-by: David Rientjes <rientjes@google.com>
diff mbox series

Patch

diff --git a/Documentation/core-api/mm-api.rst b/Documentation/core-api/mm-api.rst
index c81e754..aa8e54b8 100644
--- a/Documentation/core-api/mm-api.rst
+++ b/Documentation/core-api/mm-api.rst
@@ -46,6 +46,9 @@  The Slab Cache
 .. kernel-doc:: mm/slab.c
    :export:
 
+.. kernel-doc:: mm/slab_common.c
+   :export:
+
 .. kernel-doc:: mm/util.c
    :functions: kfree_const kvmalloc_node kvfree