From 88679b565453695277ae6ac84af536e3d886502e Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Mon, 9 May 2022 22:41:03 -0400 Subject: [PATCH] mm/mmap.c: Fix vma_link() documentation typo Signed-off-by: Liam R. Howlett --- mm/mmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1