From: Zhi Yong Wu Date: Mon, 28 Oct 2013 06:01:49 +0000 (+0800) Subject: net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec() X-Git-Tag: firefly_0821_release~176^2~4992^2~112 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c4e819d16c0f46fbdd3706adbd990b3b292d726c;p=firefly-linux-kernel-4.4.55.git net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec() Signed-off-by: Zhi Yong Wu Signed-off-by: David S. Miller --- diff --git a/net/core/datagram.c b/net/core/datagram.c index af814e764206..a16ed7bbe376 100644 --- a/net/core/datagram.c +++ b/net/core/datagram.c @@ -577,7 +577,7 @@ EXPORT_SYMBOL(skb_copy_datagram_from_iovec); /** * zerocopy_sg_from_iovec - Build a zerocopy datagram from an iovec * @skb: buffer to copy - * @from: io vector to copy to + * @from: io vector to copy from * @offset: offset in the io vector to start copying from * @count: amount of vectors to copy to buffer from *