docs: fix RST error in vm/page_owner.rst
authorJonathan Corbet <corbet@lwn.net>
Thu, 24 Feb 2022 19:35:07 +0000 (12:35 -0700)
committerJonathan Corbet <corbet@lwn.net>
Thu, 24 Feb 2022 19:57:10 +0000 (12:57 -0700)
commit18ab307823bb643fc985d316448f2d70eb1cb7c3
tree4da2dbbdb150ace47a5006146ca2853646f2620c
parent96c7f3b53cc34d8d11ce0b8c6baabba1c5ee16e0
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>
Documentation/vm/page_owner.rst