Jason A. Donenfeld <ja...@zx2c4.com> wrote: > +int skb_to_sgvec(struct sk_buff *skb, struct scatterlist *sg, int offset, > int len) > ... > -int skb_to_sgvec(struct sk_buff *skb, struct scatterlist *sg, int offset, > int len)
Is there a reason you moved skb_to_sgvec() in the file rather than just moving the comment to it (since you moved the comment anyway)? David