The patch titled Subject: include/linux/mm_types.h: add missing parameter descriptions in folio has been added to the -mm mm-hotfixes-unstable branch. Its filename is add-missing-parameter-descriptions-in-folio.patch This patch should soon appear in the mm-hotfixes-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Coleman Dietsch <dietschc@xxxxxxx> Subject: include/linux/mm_types.h: add missing parameter descriptions in folio This resolves a warning when running make htmldocs. ./include/linux/mm_types.h:275: warning: Function parameter or member '__filler' not described in 'folio' ./include/linux/mm_types.h:275: warning: Function parameter or member 'mlock_count' not described in 'folio' Link: https://lkml.kernel.org/r/CABvydf+Y_ybtLSf2o_tCY-qxe-BOch299zCOC-Y+i_UovdY75A@xxxxxxxxxxxxxx Signed-off-by: Coleman Dietsch <dietschc@xxxxxxx> Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Cc: William Kucharski <william.kucharski@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mm_types.h | 2 ++ 1 file changed, 2 insertions(+) --- a/include/linux/mm_types.h~add-missing-parameter-descriptions-in-folio +++ a/include/linux/mm_types.h @@ -227,6 +227,8 @@ struct page { * struct folio - Represents a contiguous set of bytes. * @flags: Identical to the page flags. * @lru: Least Recently Used list; tracks how recently this folio was used. + * @__filler: Always even, identical to page __filler. + * @mlock_count: Count folio's mlocks. * @mapping: The file this page belongs to, or refers to the anon_vma for * anonymous memory. * @index: Offset within the file, in units of pages. For anonymous memory, _ Patches currently in -mm which might be from dietschc@xxxxxxx are add-missing-parameter-descriptions-in-folio.patch