mm: mmap: fix documentation for vma_mas_szero
authorIan Cowan <ian@linux.cowan.aero>
Mon, 14 Nov 2022 00:33:49 +0000 (19:33 -0500)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 23 Nov 2022 02:50:42 +0000 (18:50 -0800)
commit4a42344081ff7fbb890c0741e11d22cd7f658894
tree52ef687e0bd4d0ae36e0e93573440e059acddd69
parent8468b486612c808c9e337708d66a435498f1735c
mm: mmap: fix documentation for vma_mas_szero

When the struct_mm input, mm, was changed to a struct ma_state, mas, the
documentation for the function was never updated.  This updates that
documentation reference.

Link: https://lkml.kernel.org/r/20221114003349.41235-1-ian@linux.cowan.aero
Signed-off-by: Ian Cowan <ian@linux.cowan.aero>
Acked-by: David Hildenbrand <david@redhat.com>
Cc: Liam Howlett <liam.howlett@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/mmap.c