]> 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)
commitc1a6dd8c2429c905bb6d283c131e0345361105cc
tree4da2dbbdb150ace47a5006146ca2853646f2620c
parent59af1146464809956a4d6c7b394738daa28e213a
docs: fix RST error in vm/page_owner.rst

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