docs/core-api/mm: fix GFP combinations section name
authorMike Rapoport <rppt@linux.ibm.com>
Mon, 14 Jan 2019 18:32:58 +0000 (20:32 +0200)
committerJonathan Corbet <corbet@lwn.net>
Tue, 15 Jan 2019 00:35:39 +0000 (17:35 -0700)
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>
Documentation/core-api/mm-api.rst

index aa8e54b..128e8a7 100644 (file)
@@ -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
 ==============