Re: [PATCH v5 04/10] rbtree: Make lockless searches non-fatal

From: Peter Zijlstra
Date: Mon Apr 13 2015 - 15:10:33 EST


On Mon, Apr 13, 2015 at 05:50:08PM +0200, Ingo Molnar wrote:
> > +static inline void rb_link_node_rcu(struct rb_node * node, struct rb_node * parent,
> > + struct rb_node ** rb_link)
>
> Minor stylistic nit, the standard pattern I suspect has spaces fewer
> by three:
>
> static inline void rb_link_node_rcu(struct rb_node *node, struct rb_node *parent,
> struct rb_node **rb_link)

OK, I'll also update the existing code in that file.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/