Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 850e9c69 authored by Kirill A. Shutemov's avatar Kirill A. Shutemov Committed by Linus Torvalds
Browse files

mm: fix typo in comment in do_fault_around()

parent 7fc34a62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2832,7 +2832,7 @@ static void do_fault_around(struct vm_area_struct *vma, unsigned long address,

	/*
	 *  max_pgoff is either end of page table or end of vma
	 *  or fault_around_pages() from pgoff, depending what is neast.
	 *  or fault_around_pages() from pgoff, depending what is nearest.
	 */
	max_pgoff = pgoff - ((start_addr >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) +
		PTRS_PER_PTE - 1;