]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2e3916f663d0fe1621c3aa974318d703286aae1a
tree4da2dbbdb150ace47a5006146ca2853646f2620c
parent5bd40446fc8bfb54d6e473154f638bd5714467e7
docs: fix RST error in vm/page_owner.rst

Commit d090447f6c35 ("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