Re: [PATCH] docs/vm: fix Unexpected indentation warns in page_owner
From: Shuah Khan <skhan@linuxfoundation.org>
Date: 2021-12-16 14:45:54
Also in:
lkml
From: Shuah Khan <skhan@linuxfoundation.org>
Date: 2021-12-16 14:45:54
Also in:
lkml
On 12/15/21 8:10 AM, Shuah Khan wrote:
On 12/14/21 6:05 PM, Akira Yokosawa wrote:quoted
Hi, On Tue, 14 Dec 2021 17:19:29 -0700, Shuah Khan wrote:quoted
Fix Unexpected indentation warns in page_owner: 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.I guess these outputs should have been literal blocks. Then Sphinx wouldn't complain about indentations.Good point. I will take a look and send v2.
This is already in a literal block. A few of the lines in a literal block are missing indentations - this patch is good as is. thanks, -- Shuah