mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
docs: mm/page_owner: fix spelling mistakes
Fix several spelling mistakes in page_owner documentation. Signed-off-by: Chen Xiao <abigwc@gmail.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/1670479443-8484-1-git-send-email-abigwc@gmail.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
69163dd9ea
commit
e7951a3e06
|
|
@ -52,7 +52,7 @@ pages are investigated and marked as allocated in initialization phase.
|
|||
Although it doesn't mean that they have the right owner information,
|
||||
at least, we can tell whether the page is allocated or not,
|
||||
more accurately. On 2GB memory x86-64 VM box, 13343 early allocated pages
|
||||
are catched and marked, although they are mostly allocated from struct
|
||||
are caught and marked, although they are mostly allocated from struct
|
||||
page extension feature. Anyway, after that, no page is left in
|
||||
un-tracking state.
|
||||
|
||||
|
|
@ -178,7 +178,7 @@ STANDARD FORMAT SPECIFIERS
|
|||
at alloc_ts timestamp of the page when it was allocated
|
||||
ator allocator memory allocator for pages
|
||||
|
||||
For --curl option:
|
||||
For --cull option:
|
||||
|
||||
KEY LONG DESCRIPTION
|
||||
p pid process ID
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user