The patch titled Subject: mm: fix struct member name in function comments has been added to the -mm tree. Its filename is mm-fix-struct-member-name-in-function-comments.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-fix-struct-member-name-in-function-comments.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-fix-struct-member-name-in-function-comments.patch 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 and is updated there every 3-4 working days ------------------------------------------------------ From: Hao Lee <haolee.swjtu@xxxxxxxxx> Subject: mm: fix struct member name in function comments The member in struct zonelist is _zonerefs instead of zones. Link: http://lkml.kernel.org/r/20190927144049.GA29622@xxxxxxxxxxxxxxxx Signed-off-by: Hao Lee <haolee.swjtu@xxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mmzone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/mmzone.h~mm-fix-struct-member-name-in-function-comments +++ a/include/linux/mmzone.h @@ -1072,7 +1072,7 @@ static inline struct zoneref *first_zone /** * for_each_zone_zonelist_nodemask - helper macro to iterate over valid zones in a zonelist at or below a given zone index and within a nodemask * @zone - The current zone in the iterator - * @z - The current pointer within zonelist->zones being iterated + * @z - The current pointer within zonelist->_zonerefs being iterated * @zlist - The zonelist being iterated * @highidx - The zone index of the highest zone to return * @nodemask - Nodemask allowed by the allocator _ Patches currently in -mm which might be from haolee.swjtu@xxxxxxxxx are mm-fix-struct-member-name-in-function-comments.patch