Hi Gustavo, On Thu, Feb 09, 2012 at 05:24:30PM -0200, Gustavo Padovan wrote: > > +static inline void l2cap_chan_unlock(struct l2cap_chan *chan) > > +{ > > + mutex_unlock(&chan->lock); > > +} > > + > > I would call this just l2cap_lock(chan), the shorter the better. We will > always use "chan" in the parameter, so it is easy to understand. See other comment to patch 6 where Marcel suggests to add chan to function name. Best regards Andrei Emeltchenko -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html