summaryrefslogtreecommitdiffstats
path: root/Documentation/core-api
diff options
context:
space:
mode:
authorMike Rapoport2019-01-14 19:32:58 +0100
committerJonathan Corbet2019-01-15 01:35:39 +0100
commit80a76c7261d5c3a21eca3dacd6f10f9553c08244 (patch)
tree6bd3865e74a22b232d0fa12d1fc4e23bf893daf9 /Documentation/core-api
parentdocs/core-api: memory-allocation: add mention of kmem_cache_create_userspace (diff)
downloadkernel-qcow2-linux-80a76c7261d5c3a21eca3dacd6f10f9553c08244.tar.gz
kernel-qcow2-linux-80a76c7261d5c3a21eca3dacd6f10f9553c08244.tar.xz
kernel-qcow2-linux-80a76c7261d5c3a21eca3dacd6f10f9553c08244.zip
docs/core-api/mm: fix GFP combinations section name
Fix the mismatch between "Useful GFP flag combinations" section naming in the DOC: section in include/linux/gfp.h and Documentation/core-api/mm-api.rst. This brings in the documentation, and eliminates one warning: ./include/linux/gfp.h:1: warning: no structured comments found Signed-off-by: Mike Rapoport <rppt@linux.ibm.com> [jc: tweaked changelog] Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r--Documentation/core-api/mm-api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/mm-api.rst b/Documentation/core-api/mm-api.rst
index aa8e54b85221..128e8a721c1e 100644
--- a/Documentation/core-api/mm-api.rst
+++ b/Documentation/core-api/mm-api.rst
@@ -35,7 +35,7 @@ users will want to use a plain ``GFP_KERNEL``.
:doc: Reclaim modifiers
.. kernel-doc:: include/linux/gfp.h
- :doc: Common combinations
+ :doc: Useful GFP flag combinations
The Slab Cache
==============