[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210917123958.3819-4-sj@kernel.org>
Date: Fri, 17 Sep 2021 12:39:56 +0000
From: SeongJae Park <sj@...nel.org>
To: akpm@...ux-foundation.org
Cc: corbet@....net, sj@...nel.org, linux-damon@...zon.com,
linux-mm@...ck.org, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, SeongJae Park <sjpark@...zon.de>
Subject: [PATCH 3/5] docs/vm/damon: Remove broken reference
From: SeongJae Park <sjpark@...zon.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@...zon.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
Powered by blists - more mailing lists