]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mm-rmap-make-try_to_unmap-void-function-fix
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 2 Jun 2021 03:53:01 +0000 (13:53 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 2 Jun 2021 03:53:01 +0000 (13:53 +1000)
fix comment grammar

Cc: Hugh Dickins <hughd@google.com>
Cc: Yang Shi <shy828301@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
mm/rmap.c

index 79393a9804f431cddf078c5cc7eb5b124ee8533e..65a4512430c84f1c3607e867663a2c3025b3ba00 100644 (file)
--- a/mm/rmap.c
+++ b/mm/rmap.c
@@ -1658,8 +1658,8 @@ static int page_not_mapped(struct page *page)
  * Tries to remove all the page table entries which are mapping this
  * page, used in the pageout path.  Caller must hold the page lock.
  *
- * It is the callers' responsibility to check if the page is still
- * mapped when needed.
+ * It is the caller's responsibility to check if the page is still mapped when
+ * needed.
  */
 void try_to_unmap(struct page *page, enum ttu_flags flags)
 {