The patch titled Subject: lib/rbtree.c: fix typo in comment of rb_insert_augmented() has been added to the -mm tree. Its filename is lib-rbtreec-fix-typo-in-comment-of-rb_insert_augmented.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/lib-rbtreec-fix-typo-in-comment-of-rb_insert_augmented.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/lib-rbtreec-fix-typo-in-comment-of-rb_insert_augmented.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: Wei Yang <richard.weiyang@xxxxxxxxx> Subject: lib/rbtree.c: fix typo in comment of rb_insert_augmented() The function name in the comment is not correct. Link: http://lkml.kernel.org/r/20181010021344.60433-1-richard.weiyang@xxxxxxxxx Signed-off-by: Wei Yang <richard.weiyang@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- diff -puN include/linux/rbtree_augmented.h~lib-rbtreec-fix-typo-in-comment-of-rb_insert_augmented include/linux/rbtree_augmented.h --- a/include/linux/rbtree_augmented.h~lib-rbtreec-fix-typo-in-comment-of-rb_insert_augmented +++ a/include/linux/rbtree_augmented.h @@ -51,8 +51,8 @@ extern void __rb_insert_augmented(struct * * On insertion, the user must update the augmented information on the path * leading to the inserted node, then call rb_link_node() as usual and - * rb_augment_inserted() instead of the usual rb_insert_color() call. - * If rb_augment_inserted() rebalances the rbtree, it will callback into + * rb_insert_augmented() instead of the usual rb_insert_color() call. + * If rb_insert_augmented() rebalances the rbtree, it will callback into * a user provided function to update the augmented information on the * affected subtrees. */ _ Patches currently in -mm which might be from richard.weiyang@xxxxxxxxx are mm-remove-unnecessary-local-variable-addr-in-__get_user_pages_fast.patch lib-rbtreec-fix-typo-in-comment-of-rb_insert_augmented.patch