net: add kerneldoc to skb_copy_bits()
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 29 Jul 2011 18:37:31 +0000 (18:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Aug 2011 01:03:06 +0000 (18:03 -0700)
Since skb_copy_bits() is called from assembly, add a fat comment to make
clear we should think twice before changing its prototype.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c

Simple merge