On Wed, Mar 18, 2015 at 02:29:35PM +0000, Mathieu Desnoyers wrote: > > + * struct entry *latch_query(struct latch_struct *latch, ...) > > + * { > > + * struct entry *entry; > > + * unsigned seq; > > + * int idx; > > very minor nit: why is seq unsigned, but idx a signed int ? > Could we do: > > unsigned seq, idx; instead ? > > Other than that: > > Reviewed-by: Mathieu Desnoyers <mathieu.desnoy...@efficios.com>
Done and thanks! -- 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/