From: Matthew Wilcox (Oracle) Date: Fri, 30 Apr 2021 05:59:25 +0000 (-0700) Subject: mm/doc: fix fault_flag_allow_retry_first kerneldoc X-Git-Tag: howlett/maple/20220722_2~3246^2~56 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=78f4841e34763079be0661744c1ca997be64eb56;p=users%2Fjedix%2Flinux-maple.git mm/doc: fix fault_flag_allow_retry_first kerneldoc make htmldocs reports: include/linux/mm.h:496: warning: Function parameter or member 'flags' not described in 'fault_flag_allow_retry_first' Add a description. Link: https://lkml.kernel.org/r/20210322195022.2143603-1-willy@infradead.org Signed-off-by: Matthew Wilcox (Oracle) Cc: John Hubbard Cc: Mike Rapoport Cc: Jonathan Corbet Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/mm.h b/include/linux/mm.h index 93097dbd9604..382c33e7d906 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h @@ -485,6 +485,7 @@ extern pgprot_t protection_map[16]; /** * fault_flag_allow_retry_first - check ALLOW_RETRY the first time + * @flags: Fault flags. * * This is mostly used for places where we want to try to avoid taking * the mmap_lock for too long a time when waiting for another condition