Skip to content

Commit

Permalink
Documentation/vm/page_owner.rst: fix unexpected indentation warns
Browse files Browse the repository at this point in the history
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.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Shuah Khan <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
shuahkh authored and torvalds committed Mar 25, 2022
1 parent 57f2b54 commit 2e94498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/vm/page_owner.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ Usage

Page allocated via order XXX, ...
PFN XXX ...
// Detailed stack
// Detailed stack

Page allocated via order XXX, ...
PFN XXX ...
// Detailed stack
// Detailed stack

The ``page_owner_sort`` tool ignores ``PFN`` rows, puts the remaining rows
in buf, uses regexp to extract the page order value, counts the times
Expand All @@ -104,7 +104,7 @@ Usage

XXX times, XXX pages:
Page allocated via order XXX, ...
// Detailed stack
// Detailed stack

By default, ``page_owner_sort`` is sorted according to the times of buf.
If you want to sort by the page nums of buf, use the ``-m`` parameter.
Expand Down

0 comments on commit 2e94498

Please sign in to comment.