OSDN Git Service

mm: correct stale comment of function check_pte
authorKemeng Shi <shikemeng@huaweicloud.com>
Fri, 7 Jul 2023 15:39:53 +0000 (23:39 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 18 Aug 2023 17:12:13 +0000 (10:12 -0700)
commit9651eeab3c5fceb45d06230bf0839337206450ad
tree2cad0f04d62cb8b0ca9d67df43f26677bc8be209
parentb4fa966f03b7401ceacd4ffd7227197afb2b8376
mm: correct stale comment of function check_pte

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.

Link: https://lkml.kernel.org/r/20230707153953.1380615-1-shikemeng@huaweicloud.com
Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/page_vma_mapped.c