From: Huang Shijie Date: Thu, 1 Oct 2009 22:44:04 +0000 (-0700) Subject: mm/rmap.c: fix comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bf89c8c867322338f3f2b1255f280a3236b61a69;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git mm/rmap.c: fix comment The page_address_in_vma() is not only used in unuse_vma(). Signed-off-by: Huang Shijie Acked-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/rmap.c b/mm/rmap.c index 28aafe2b5306..dd43373a483f 100644 --- a/mm/rmap.c +++ b/mm/rmap.c @@ -242,8 +242,8 @@ vma_address(struct page *page, struct vm_area_struct *vma) } /* - * At what user virtual address is page expected in vma? checking that the - * page matches the vma: currently only used on anon pages, by unuse_vma; + * At what user virtual address is page expected in vma? + * checking that the page matches the vma. */ unsigned long page_address_in_vma(struct page *page, struct vm_area_struct *vma) {