Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: fix RST error in vm/page_owner.rst

Commit f7df2b1cf03a ("tools/vm/page_owner_sort.c: count and sort by mem")
added a literal text block without the necessary markup, leading to these
warnings in the docs build:

Documentation/vm/page_owner.rst:92: WARNING: Unexpected indentation.
Documentation/vm/page_owner.rst:96: WARNING: Unexpected indentation.
Documentation/vm/page_owner.rst:107: WARNING: Unexpected indentation.

Add the necessary colons and make the build quieter.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>

+2 -2
+2 -2
Documentation/vm/page_owner.rst
··· 85 85 cat /sys/kernel/debug/page_owner > page_owner_full.txt 86 86 ./page_owner_sort page_owner_full.txt sorted_page_owner.txt 87 87 88 - The general output of ``page_owner_full.txt`` is as follows: 88 + The general output of ``page_owner_full.txt`` is as follows:: 89 89 90 90 Page allocated via order XXX, ... 91 91 PFN XXX ... ··· 100 100 and pages of buf, and finally sorts them according to the times. 101 101 102 102 See the result about who allocated each page 103 - in the ``sorted_page_owner.txt``. General output: 103 + in the ``sorted_page_owner.txt``. General output:: 104 104 105 105 XXX times, XXX pages: 106 106 Page allocated via order XXX, ...