Re: [PATCH] mm: rmap.c: fix kenrel-doc warning

From: Matthew Wilcox
Date: Fri Oct 06 2023 - 08:16:56 EST


On Fri, Oct 06, 2023 at 04:39:48PM +0500, Muzammil wrote:
> /**
> * folio_move_anon_rmap - move a folio to our anon_vma
> - * @page: The folio to move to our anon_vma
> + * @folio: struct folio - Represents a contiguous set of bytes.
> * @vma: The vma the folio belongs to

Why did you change more than just 'page' to 'folio'? I think the
other changes you have made to this line are not an improvement.