Message ID | 1544130781-13443-3-git-send-email-rppt@linux.ibm.com |
---|---|
State | Accepted |
Commit | 54a67c753610a762ec9f5de3a6fda76a3c3bdb8e |
Headers | show |
Series |
|
Related | show |
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 --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
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(+)