* Andrei Emeltchenko [off-list ref] [2012-03-26 14:59:52 +0300]:
Hi Gustavo,
On Sun, Mar 25, 2012 at 02:16:12PM -0300, Gustavo Padovan wrote:
...
quoted
quoted
+static struct sk_buff *a2mp_chan_alloc_skb_cb(struct l2cap_chan *chan,
+ unsigned long len, int nb, int *err)
Wrong coding style here. As we just changed our coding style check the rest of
this patchset for errors like this
I believe that here the style is OK. Otherwise we would have to make
several lines or go outside 80 characters.
Then break it in 3 lines. You have to align everything after the opening "(".
Gustavo