linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: SeongJae Park <sj@kernel.org>
To: akpm@linux-foundation.org
Cc: corbet@lwn.net, sj@kernel.org, linux-damon@amazon.com,
	linux-mm@kvack.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org, SeongJae Park <sjpark@amazon.de>
Subject: [PATCH 3/5] docs/vm/damon: Remove broken reference
Date: Fri, 17 Sep 2021 12:39:56 +0000	[thread overview]
Message-ID: <20210917123958.3819-4-sj@kernel.org> (raw)
In-Reply-To: <20210917123958.3819-1-sj@kernel.org>

From: SeongJae Park <sjpark@amazon.de>

Building DAMON documents warns for a reference to nonexisting doc, as
below:

    $ time make htmldocs
    [...]
    Documentation/vm/damon/index.rst:24: WARNING: toctree contains reference to nonexisting document 'vm/damon/plans'

This commit fixes the warning by removing the wrong reference.

Signed-off-by: SeongJae Park <sjpark@amazon.de>
---
 Documentation/vm/damon/index.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/vm/damon/index.rst b/Documentation/vm/damon/index.rst
index a2858baf3bf1..48c0bbff98b2 100644
--- a/Documentation/vm/damon/index.rst
+++ b/Documentation/vm/damon/index.rst
@@ -27,4 +27,3 @@ workloads and systems.
    faq
    design
    api
-   plans
-- 
2.17.1


  parent reply	other threads:[~2021-09-17 12:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-17 12:39 [PATCH 0/5] mm, mm/damon: Trivial fixes SeongJae Park
2021-09-17 12:39 ` [PATCH 1/5] Documentation/vm: Move user guides to admin-guide/mm/ SeongJae Park
2021-09-17 12:39 ` [PATCH 2/5] MAINTAINERS: Update SeongJae's email address SeongJae Park
2021-09-17 12:39 ` SeongJae Park [this message]
2021-09-17 12:39 ` [PATCH 4/5] include/linux/damon.h: Fix kernel-doc comments for 'damon_callback' SeongJae Park
2021-09-17 12:39 ` [PATCH 5/5] mm/damon/core: Print kdamond start log in debug mode only SeongJae Park

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=20210917123958.3819-4-sj@kernel.org \
    --to=sj@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=corbet@lwn.net \
    --cc=linux-damon@amazon.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=sjpark@amazon.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).