The patch titled Subject: lib/rbtree.c: fix typo in comment has been removed from the -mm tree. Its filename was rbtree-fix-typo-in-comment.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: John de la Garza <john@xxxxxxxxx> Subject: lib/rbtree.c: fix typo in comment Signed-off-by: John de la Garza <john@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/rbtree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/rbtree.h~rbtree-fix-typo-in-comment include/linux/rbtree.h --- a/include/linux/rbtree.h~rbtree-fix-typo-in-comment +++ a/include/linux/rbtree.h @@ -51,7 +51,7 @@ struct rb_root { #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) -/* 'empty' nodes are nodes that are known not to be inserted in an rbree */ +/* 'empty' nodes are nodes that are known not to be inserted in an rbtree */ #define RB_EMPTY_NODE(node) \ ((node)->__rb_parent_color == (unsigned long)(node)) #define RB_CLEAR_NODE(node) \ _ Patches currently in -mm which might be from john@xxxxxxxxx are origin.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html