Re: [ovs-dev] [PATCH] ovs-rcu: Comment fixes.

2015-06-12 Thread Ben Pfaff
Thanks! Applied. On Fri, Jun 12, 2015 at 11:00:10AM -0700, Alex Wang wrote: > Acked-by: Alex Wang > > On Fri, Jun 12, 2015 at 10:58 AM, Ben Pfaff wrote: > > > A comment referred to a "Usage" section but the section was named "Use". > > This fixes the problem (also a grammar error). > > > > Si

Re: [ovs-dev] [PATCH] ovs-rcu: Comment fixes.

2015-06-12 Thread Alex Wang
Acked-by: Alex Wang On Fri, Jun 12, 2015 at 10:58 AM, Ben Pfaff wrote: > A comment referred to a "Usage" section but the section was named "Use". > This fixes the problem (also a grammar error). > > Signed-off-by: Ben Pfaff > --- > lib/ovs-rcu.h | 8 > 1 file changed, 4 insertions(+)

[ovs-dev] [PATCH] ovs-rcu: Comment fixes.

2015-06-12 Thread Ben Pfaff
A comment referred to a "Usage" section but the section was named "Use". This fixes the problem (also a grammar error). Signed-off-by: Ben Pfaff --- lib/ovs-rcu.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ovs-rcu.h b/lib/ovs-rcu.h index c1e3d60..5cd4152 1006