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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/