All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Yunsheng Lin <linyunsheng@huawei.com>
Cc: <davem@davemloft.net>, <pabeni@redhat.com>,
	<netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	Alexander Duyck <alexander.duyck@gmail.com>,
	Jonathan Corbet <corbet@lwn.net>,
	Andrew Morton <akpm@linux-foundation.org>, <linux-mm@kvack.org>,
	<linux-doc@vger.kernel.org>
Subject: Re: [PATCH net-next v6 14/15] mm: page_frag: update documentation for page_frag
Date: Thu, 6 Jun 2024 09:37:01 -0700	[thread overview]
Message-ID: <20240606093701.43e3a09c@kernel.org> (raw)
In-Reply-To: <20240605133306.11272-15-linyunsheng@huawei.com>

On Wed, 5 Jun 2024 21:33:04 +0800 Yunsheng Lin wrote:
> Update documentation about design, implementation and API usages
> for page_frag.

Documentation/mm/page_frags.rst:75: WARNING: Explicit markup ends without a blank line; unexpected unindent.
Documentation/mm/page_frags.rst:77: WARNING: Line block ends without a blank line.
Documentation/mm/page_frags.rst:79: WARNING: Block quote ends without a blank line; unexpected unindent.
Documentation/mm/page_frags.rst:82: ERROR: Unexpected indentation.
Documentation/mm/page_frags.rst:93: WARNING: Line block ends without a blank line.
Documentation/mm/page_frags.rst:95: WARNING: Block quote ends without a blank line; unexpected unindent.
-- 
pw-bot: cr

  reply	other threads:[~2024-06-06 16:37 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-05 13:32 [PATCH net-next v6 00/15] First try to replace page_frag with page_frag_cache Yunsheng Lin
2024-06-05 13:32 ` Yunsheng Lin
2024-06-05 13:32 ` [PATCH net-next v6 01/15] mm: page_frag: add a test module for page_frag Yunsheng Lin
2024-06-05 13:32 ` [PATCH net-next v6 02/15] xtensa: remove the get_order() implementation Yunsheng Lin
2024-06-05 13:32 ` [PATCH net-next v6 03/15] mm: page_frag: use free_unref_page() to free page fragment Yunsheng Lin
2024-06-05 13:32 ` [PATCH net-next v6 04/15] mm: move the page fragment allocator from page_alloc into its own file Yunsheng Lin
2024-06-05 13:32 ` [PATCH net-next v6 05/15] mm: page_frag: use initial zero offset for page_frag_alloc_align() Yunsheng Lin
2024-06-05 13:32 ` [PATCH net-next v6 06/15] mm: page_frag: add '_va' suffix to page_frag API Yunsheng Lin
2024-06-05 13:32   ` [Intel-wired-lan] " Yunsheng Lin
2024-06-05 13:32 ` [PATCH net-next v6 07/15] mm: page_frag: avoid caller accessing 'page_frag_cache' directly Yunsheng Lin
2024-06-05 13:32 ` [PATCH net-next v6 08/15] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc' Yunsheng Lin
2024-06-05 13:32 ` [PATCH net-next v6 09/15] mm: page_frag: some minor refactoring before adding new API Yunsheng Lin
2024-06-05 13:33 ` [PATCH net-next v6 10/15] mm: page_frag: use __alloc_pages() to replace alloc_pages_node() Yunsheng Lin
2024-06-05 13:33 ` [PATCH net-next v6 11/15] net: introduce the skb_copy_to_va_nocache() helper Yunsheng Lin
2024-06-05 13:33 ` [PATCH net-next v6 12/15] mm: page_frag: introduce prepare/probe/commit API Yunsheng Lin
2024-06-05 13:33 ` [PATCH net-next v6 13/15] net: replace page_frag with page_frag_cache Yunsheng Lin
2024-06-05 13:33 ` [PATCH net-next v6 14/15] mm: page_frag: update documentation for page_frag Yunsheng Lin
2024-06-06 16:37   ` Jakub Kicinski [this message]
2024-06-05 13:33 ` [PATCH net-next v6 15/15] mm: page_frag: add a entry in MAINTAINERS " Yunsheng Lin

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=20240606093701.43e3a09c@kernel.org \
    --to=kuba@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=alexander.duyck@gmail.com \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linyunsheng@huawei.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.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.