Documentation/arm64: fix RST layout of memory.rst
authorArd Biesheuvel <ardb@kernel.org>
Tue, 10 Nov 2020 13:08:51 +0000 (14:08 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 10 Nov 2020 14:44:07 +0000 (14:44 +0000)
commit68af6d2483dbd0385317bc87a338b155be75eeb6
treeddb77088eebe1426607efd8a6355c52fdffc9c73
parent9ad7c6d5e75b160c9ce5775db610d964af45b83f
Documentation/arm64: fix RST layout of memory.rst

Stephen reports that commit f4693c2716b3 ("arm64: mm: extend linear region
for 52-bit VA configurations") triggers the following warnings when building
the htmldocs make target of today's linux-next:

  Documentation/arm64/memory.rst:35: WARNING: Literal block ends without a blank line; unexpected unindent.
  Documentation/arm64/memory.rst:53: WARNING: Literal block ends without a blank line; unexpected unindent.

Let's tweak the memory layout table to work around this.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Fixes: f4693c2716b3 ("arm64: mm: extend linear region for 52-bit VA configurations")
Link: https://lore.kernel.org/r/20201110130851.15751-1-ardb@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Documentation/arm64/memory.rst