Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4e819d1 authored by Zhi Yong Wu's avatar Zhi Yong Wu Committed by David S. Miller
Browse files

net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()

parent 39deb2c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -577,7 +577,7 @@ EXPORT_SYMBOL(skb_copy_datagram_from_iovec);
/**
/**
 *	zerocopy_sg_from_iovec - Build a zerocopy datagram from an iovec
 *	zerocopy_sg_from_iovec - Build a zerocopy datagram from an iovec
 *	@skb: buffer to copy
 *	@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
 *	@offset: offset in the io vector to start copying from
 *	@count: amount of vectors to copy to buffer from
 *	@count: amount of vectors to copy to buffer from
 *
 *