Skip to content
Snippets Groups Projects
Commit 0cb80a2f authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

mm/hmm.c: delete duplicated word


Drop the repeated word "pages".

Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Reviewed-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Reviewed-by: default avatarZi Yan <ziy@nvidia.com>
Link: http://lkml.kernel.org/r/20200801173822.14973-4-rdunlap@infradead.org


Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent ce89fddf
No related branches found
No related tags found
No related merge requests found
...@@ -249,7 +249,7 @@ static int hmm_vma_handle_pte(struct mm_walk *walk, unsigned long addr, ...@@ -249,7 +249,7 @@ static int hmm_vma_handle_pte(struct mm_walk *walk, unsigned long addr,
swp_entry_t entry = pte_to_swp_entry(pte); swp_entry_t entry = pte_to_swp_entry(pte);
/* /*
* Never fault in device private pages pages, but just report * Never fault in device private pages, but just report
* the PFN even if not present. * the PFN even if not present.
*/ */
if (hmm_is_device_private_entry(range, entry)) { if (hmm_is_device_private_entry(range, entry)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment