Hi, > + if (len > s->recv_used) > + len = s->recv_used;
scripts/checkpatch.pl flags a codestyle error here. > - if (len > s->recv_used) > - len = s->recv_used; Which is strictly speaking not your fault as you are just moving around existing code. It's common practice though that codestyle is fixed up too when touching code. Any chance you can make sure the patches pass checkpatch & resend? thanks, Gerd