Skip to content

Commit

Permalink
Documentation: arch_pgtable_helpers: demote pgtable list headings
Browse files Browse the repository at this point in the history
All page title headings in arch_pgtable_helpers.txt except
"Architecture Page Table Helpers" should have been subheadings instead.

Demote them to chapter headings.

Cc: Andrew Morton <[email protected]>
Cc: Anshuman Khandual <[email protected]>
Signed-off-by: Bagas Sanjaya <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
bagasme authored and Jonathan Corbet committed Apr 16, 2022
1 parent 532578e commit e01159c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Documentation/vm/arch_pgtable_helpers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Following tables describe the expected semantics which can also be tested during
boot via CONFIG_DEBUG_VM_PGTABLE option. All future changes in here or the debug
test need to be in sync.

======================

PTE Page Table Helpers
======================

Expand Down Expand Up @@ -79,7 +79,7 @@ PTE Page Table Helpers
| ptep_set_access_flags | Converts into a more permissive PTE |
+---------------------------+--------------------------------------------------+

======================

PMD Page Table Helpers
======================

Expand Down Expand Up @@ -153,7 +153,7 @@ PMD Page Table Helpers
| pmdp_set_access_flags | Converts into a more permissive PMD |
+---------------------------+--------------------------------------------------+

======================

PUD Page Table Helpers
======================

Expand Down Expand Up @@ -209,7 +209,7 @@ PUD Page Table Helpers
| pudp_set_access_flags | Converts into a more permissive PUD |
+---------------------------+--------------------------------------------------+

==========================

HugeTLB Page Table Helpers
==========================

Expand All @@ -235,7 +235,7 @@ HugeTLB Page Table Helpers
| huge_ptep_set_access_flags | Converts into a more permissive HugeTLB |
+---------------------------+--------------------------------------------------+

========================

SWAP Page Table Helpers
========================

Expand Down

0 comments on commit e01159c

Please sign in to comment.