mm: fix some kernel-doc comments
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 7 Jul 2023 09:00:34 +0000 (17:00 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 18 Aug 2023 17:12:13 +0000 (10:12 -0700)
commit809ef83ccb61fedc951eccf876a327e940bc412a
tree57eaa57a045ded899eee3f00b9f397042a89e068
parent9651eeab3c5fceb45d06230bf0839337206450ad
mm: fix some kernel-doc comments

Add description of @mm_wr_locked and @mm.
to silence the warnings:

mm/memory.c:1716: warning: Function parameter or member 'mm_wr_locked' not described in 'unmap_vmas'
mm/memory.c:5110: warning: Function parameter or member 'mm' not described in 'mm_account_fault'

Link: https://lkml.kernel.org/r/20230707090034.125511-1-yang.lee@linux.alibaba.com
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory.c