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: >> From: Randy Dunlap <rdun...@infradead.org> >> >> Make the tables be presented as tables in the generated output files >> (the line drawing did not present well). >> >> Signed-off-by: Randy Dunlap <rdun...@infradead.org> >> Cc: Jonathan Corbet <cor...@lwn.net> >> Cc: linux-...@vger.kernel.org >> Cc: Anshuman Khandual <anshuman.khand...@arm.com> >> Cc: Mike Rapoport <r...@kernel.org> >> Cc: linux-a...@vger.kernel.org >> Cc: linux...@kvack.org >> Cc: Andrew Morton <a...@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