On Fri, Jul 07, 2023 at 11:39:53PM +0800, Kemeng Shi wrote: > Commit 2aff7a4755bed ("mm: Convert page_vma_mapped_walk to work on PFNs") > replaced page with pfns in page_vma_mapped_walk structure and updated > "@pvmw->page" to "@pvmw->pfn" in comment of function page_vma_mapped_walk. > > This patch update stale "page" to "pfn" in comment of check_pte. > > Signed-off-by: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx> Reviewed-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>