Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Mike Rapoport and committed by
Jonathan Corbet
80a76c72 98e5f349

+1 -1
+1 -1
Documentation/core-api/mm-api.rst
··· 35 35 :doc: Reclaim modifiers 36 36 37 37 .. kernel-doc:: include/linux/gfp.h 38 - :doc: Common combinations 38 + :doc: Useful GFP flag combinations 39 39 40 40 The Slab Cache 41 41 ==============