Fwd: [PATCH] Fix comments in rbtree.c

2014-07-08 Thread Nick Krause
From: Guenter Roeck wrote on Mon, Jun 16, 2014 at 11:59 PM Subject: Re: [PATCH] Fix comments in rbtree.c To: Nick , c...@linux.vnet.ibm.com Cc: a...@linux-foundation.org, sjenn...@linux.vnet.ibm.com, linux-kernel@vger.kernel.org On 06/14/2014 11:34 AM, Nick wrote: > > Signed-off-by

Fwd: [PATCH] Fix comments in rbtree.c

2014-07-08 Thread Nick Krause
From: Guenter Roeck wrote on Mon, Jun 16, 2014 at 11:59 PM Subject: Re: [PATCH] Fix comments in rbtree.c To: Nick xerofo...@gmail.com, c...@linux.vnet.ibm.com Cc: a...@linux-foundation.org, sjenn...@linux.vnet.ibm.com, linux-kernel@vger.kernel.org On 06/14/2014 11:34 AM, Nick wrote: Signed

Re: [PATCH] Fix comments in rbtree.c

2014-06-16 Thread Guenter Roeck
On 06/14/2014 11:34 AM, Nick wrote: Signed-off-by: Nick --- 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

Re: [PATCH] Fix comments in rbtree.c

2014-06-16 Thread Guenter Roeck
On 06/14/2014 11:34 AM, Nick wrote: Signed-off-by: Nick xerofo...@gmail.com --- 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 @@

[PATCH] Fix comments in rbtree.c

2014-06-14 Thread Nick
Signed-off-by: Nick --- 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,

[PATCH] Fix comments in rbtree.c

2014-06-14 Thread Nick
Signed-off-by: Nick xerofo...@gmail.com --- 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