The patch titled Subject: mm/cma.c: fix a typo ("alloc_cma" -> "cma_alloc") in cma_release() comments has been added to the -mm tree. Its filename is mm-cma-fix-a-typo-alloc_cma-cma_alloc-in-cma_release-comments.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-cma-fix-a-typo-alloc_cma-cma_alloc-in-cma_release-comments.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-cma-fix-a-typo-alloc_cma-cma_alloc-in-cma_release-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: Ryohei Suzuki <ryh.szk.cmnty@xxxxxxxxx> Subject: mm/cma.c: fix a typo ("alloc_cma" -> "cma_alloc") in cma_release() comments A comment referred to a non-existent function alloc_cma(), which should have been cma_alloc(). Link: http://lkml.kernel.org/r/20190712085549.5920-1-ryh.szk.cmnty@xxxxxxxxx Signed-off-by: Ryohei Suzuki <ryh.szk.cmnty@xxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/cma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/cma.c~mm-cma-fix-a-typo-alloc_cma-cma_alloc-in-cma_release-comments +++ a/mm/cma.c @@ -494,7 +494,7 @@ struct page *cma_alloc(struct cma *cma, * @pages: Allocated pages. * @count: Number of allocated pages. * - * This function releases memory allocated by alloc_cma(). + * This function releases memory allocated by cma_alloc(). * It returns false when provided pages do not belong to contiguous area and * true otherwise. */ _ Patches currently in -mm which might be from ryh.szk.cmnty@xxxxxxxxx are mm-cma-fix-a-typo-alloc_cma-cma_alloc-in-cma_release-comments.patch