Commit 15956176 authored by Mike Rapoport's avatar Mike Rapoport Committed by Linus Torvalds

docs/core-api: move *{str,mem}dup* to "String Manipulation"

The string and memory duplication routines fit better to the "String
Manipulation" section than to "The SLAB Cache".

Link: http://lkml.kernel.org/r/1532626360-16650-5-git-send-email-rppt@linux.vnet.ibm.comSigned-off-by: default avatarMike Rapoport <rppt@linux.vnet.ibm.com>
Reviewed-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Michal Hocko <mhocko@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 7463f650
...@@ -39,6 +39,10 @@ String Manipulation ...@@ -39,6 +39,10 @@ String Manipulation
.. kernel-doc:: lib/string.c .. kernel-doc:: lib/string.c
:export: :export:
.. kernel-doc:: mm/util.c
:functions: kstrdup kstrdup_const kstrndup kmemdup kmemdup_nul memdup_user
vmemdup_user strndup_user memdup_user_nul
Basic Kernel Library Functions Basic Kernel Library Functions
============================== ==============================
...@@ -168,7 +172,7 @@ The Slab Cache ...@@ -168,7 +172,7 @@ The Slab Cache
:export: :export:
.. kernel-doc:: mm/util.c .. kernel-doc:: mm/util.c
:export: :functions: kfree_const kvmalloc_node kvfree get_user_pages_fast
User Space Memory Access User Space Memory Access
------------------------ ------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment