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

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