Re: [PATCH -next] Documentation/vm: fix tables in arch_pgtable_helpers
From: Randy Dunlap <hidden>
Date: 2020-07-08 13:21:16
Also in:
linux-arch, linux-mm, lkml
On 7/7/20 11:43 PM, Mike Rapoport wrote:
Hi Randy, On Tue, Jul 07, 2020 at 06:07:40PM -0700, Randy Dunlap wrote:quoted
From: Randy Dunlap <redacted> Make the tables be presented as tables in the generated output files (the line drawing did not present well). Signed-off-by: Randy Dunlap <redacted> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Cc: Anshuman Khandual <redacted> Cc: Mike Rapoport <rppt@kernel.org> Cc: linux-arch@vger.kernel.org Cc: linux-mm@kvack.org Cc: Andrew Morton <akpm@linux-foundation.org> --- Documentation/vm/arch_pgtable_helpers.rst | 333 ++++++-------------- 1 file changed, 116 insertions(+), 217 deletions(-)--- linux-next-20200707.orig/Documentation/vm/arch_pgtable_helpers.rst +++ linux-next-20200707/Documentation/vm/arch_pgtable_helpers.rst@@ -17,242 +17,141 @@ test need to be in sync. PTE Page Table Helpers ====================== --------------------------------------------------------------------------------- -| pte_same | Tests whether both PTE entries are the same | ---------------------------------------------------------------------------------According to ReST docs [1] we can use +---+---+ as row delimiter and than we can keep | as column delimiter. @Andrew, can you please fold the below patch into Anshuman's original patch? [1] https://docutils.sourceforge.io/docs/user/rst/quickref.html#tables
Works for me. Thanks. -- ~Randy