From: Jonathan Corbet <corbet@lwn.net>
To: Mike Rapoport <rppt@linux.ibm.com>
Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] docs/core-api/mm: fix GFP combinations section name
Date: Mon, 14 Jan 2019 17:35:30 -0700 [thread overview]
Message-ID: <20190114173530.0d70d86f@lwn.net> (raw)
In-Reply-To: <1547490778-6758-1-git-send-email-rppt@linux.ibm.com>
On Mon, 14 Jan 2019 20:32:58 +0200
Mike Rapoport <rppt@linux.ibm.com> wrote:
> 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
>
> Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
> ---
> Documentation/core-api/mm-api.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/core-api/mm-api.rst b/Documentation/core-api/mm-api.rst
> index aa8e54b8..128e8a7 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
This also eliminates one warning:
./include/linux/gfp.h:1: warning: no structured comments found
I'll add that to the changelog. Applied, thanks.
jon
prev parent reply other threads:[~2019-01-15 0:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-14 18:32 [PATCH] docs/core-api/mm: fix GFP combinations section name Mike Rapoport
2019-01-15 0:35 ` Jonathan Corbet [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190114173530.0d70d86f@lwn.net \
--to=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rppt@linux.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.