diff options
author | SeongJae Park | 2021-11-05 13:46:01 -0700 |
---|---|---|
committer | Linus Torvalds | 2021-11-06 13:30:44 -0700 |
commit | 876d0aac2e3af10fbaf1c7a814840c71e470dc5c (patch) | |
tree | 1867810619d202fd853a34d72cc222e316163ecd | |
parent | f9803a9918468d70d98d31c23cb7613d873e723f (diff) |
docs/vm/damon: remove broken reference
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 fixes the warning by removing the wrong reference.
Link: https://lkml.kernel.org/r/20210917123958.3819-4-sj@kernel.org
Signed-off-by: SeongJae Park <sjpark@amazon.de>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | Documentation/vm/damon/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
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 |