Commit 80a76c72 authored by Mike Rapoport's avatar Mike Rapoport Committed by Jonathan Corbet

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: default avatarMike Rapoport <rppt@linux.ibm.com>
[jc: tweaked changelog]
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 98e5f349
......@@ -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
==============
......
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