diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-07 20:54:20 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-08 21:42:10 +0200 |
commit | 2e03e3a42c961b709926ba5f7c42c09ea6bfb8c1 (patch) | |
tree | 3880a73ed3c96d702575c859798f265042fa1913 /Documentation/admin-guide | |
parent | docs: zh_CN: get rid of basic_profiling.txt (diff) | |
download | linux-2e03e3a42c961b709926ba5f7c42c09ea6bfb8c1.tar.xz linux-2e03e3a42c961b709926ba5f7c42c09ea6bfb8c1.zip |
docs: mm: numaperf.rst: get rid of a build warning
When building it, it gets this warning:
Documentation/admin-guide/mm/numaperf.rst:168: WARNING: Footnote [1] is not referenced.
The problem is that this is not really a reference, as it is not
mentioned within the documentation.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/mm/numaperf.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/admin-guide/mm/numaperf.rst b/Documentation/admin-guide/mm/numaperf.rst index c067ed145158..a80c3c37226e 100644 --- a/Documentation/admin-guide/mm/numaperf.rst +++ b/Documentation/admin-guide/mm/numaperf.rst @@ -165,5 +165,6 @@ write-through caching. ======== See Also ======== -.. [1] https://www.uefi.org/sites/default/files/resources/ACPI_6_2.pdf - Section 5.2.27 + +[1] https://www.uefi.org/sites/default/files/resources/ACPI_6_2.pdf +- Section 5.2.27 |