From: Guenter Roeck wrote on Mon, Jun 16, 2014 at 11:59 PM Subject: Re: [PATCH] Fix comments in rbtree.c To: Nick <[email protected]>, [email protected] Cc: [email protected], [email protected], [email protected]
On 06/14/2014 11:34 AM, Nick wrote: > > Signed-off-by: Nick <[email protected]> > --- > lib/rbtree.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/lib/rbtree.c b/lib/rbtree.c > index 65f4eff..c66370c 100644 > --- a/lib/rbtree.c > +++ b/lib/rbtree.c > @@ -101,11 +101,10 @@ __rb_insert(struct rb_node *node, struct rb_root *root, > * / \ / \ > * p u --> P U > * / / > - * n N > + * n n You'll need a lengthy explanation here. What makes you think that the comment is wrong ? Guenter This seems right as of rereading my patch I sent to you. You can drop this patch. Cheers Nick -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

