The patch titled Subject: mm/vmalloc.c: remove unnecessary return statement has been added to the -mm tree. Its filename is mm-vmalloc-remove-unnecessary-return-statement.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-vmalloc-remove-unnecessary-return-statement.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-vmalloc-remove-unnecessary-return-statement.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: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx> Subject: mm/vmalloc.c: remove unnecessary return statement Remove unnecessary return statement for void function. Link: https://lkml.kernel.org/r/ca23f89259c80c3562700ae6e227b2815a195853.1606891153.git.baolin.wang@xxxxxxxxxxxxxxxxx Signed-off-by: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmalloc.c | 1 - 1 file changed, 1 deletion(-) --- a/mm/vmalloc.c~mm-vmalloc-remove-unnecessary-return-statement +++ a/mm/vmalloc.c @@ -2291,7 +2291,6 @@ static void __vunmap(const void *addr, i } kfree(area); - return; } static inline void __vfree_deferred(const void *addr) _ Patches currently in -mm which might be from baolin.wang@xxxxxxxxxxxxxxxxx are mm-vmalloc-remove-unnecessary-return-statement.patch