From: Liam R. Howlett Date: Tue, 10 May 2022 02:41:03 +0000 (-0400) Subject: mm/mmap.c: Fix vma_link() documentation typo X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=88679b565453695277ae6ac84af536e3d886502e;p=users%2Fjedix%2Flinux-maple.git mm/mmap.c: Fix vma_link() documentation typo Signed-off-by: Liam R. Howlett --- diff --git a/mm/mmap.c b/mm/mmap.c index 443c0a06656d..d4a0716b926d 100644 --- a/mm/mmap.c +++ b/mm/mmap.c @@ -548,7 +548,7 @@ static int vma_link(struct mm_struct *mm, struct vm_area_struct *vma) * @start: The start of the vma * @end: The exclusive end of the vma * @pgoff: The page offset of vma - * @next: The current of next vma. + * @next: The current or next vma. * * Expand @vma to @start and @end. Can expand off the start and end. Will * expand over @next if it's different from @vma and @end == @next->vm_end.