diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2022-11-30 23:58:42 +0100 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2022-11-30 23:58:42 +0100 |
commit | a38358c934f66bdff12db762998b88038d7bc44b (patch) | |
tree | 72747f34cde18a9e2188b6bccb865c14d423b986 /mm/page_ext.c | |
parent | swap: add a limit for readahead page-cluster value (diff) | |
parent | revert "kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compati... (diff) | |
download | linux-a38358c934f66bdff12db762998b88038d7bc44b.tar.xz linux-a38358c934f66bdff12db762998b88038d7bc44b.zip |
Merge branch 'mm-hotfixes-stable' into mm-stable
Diffstat (limited to 'mm/page_ext.c')
-rw-r--r-- | mm/page_ext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_ext.c b/mm/page_ext.c index b2ff5c9129f4..4ee522fd381c 100644 --- a/mm/page_ext.c +++ b/mm/page_ext.c @@ -166,7 +166,7 @@ struct page_ext *page_ext_get(struct page *page) /** * page_ext_put() - Working with page extended information is done. - * @page_ext - Page extended information received from page_ext_get(). + * @page_ext: Page extended information received from page_ext_get(). * * The page extended information of the page may not be valid after this * function is called. |