Skip to content

Commit

Permalink
net, iovec: fix the incorrect comment in memcpy_fromiovecend()
Browse files Browse the repository at this point in the history
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Zhi Yong Wu authored and David S. Miller committed Oct 29, 2013
1 parent c4e819d commit ab1a2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/core/iovec.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ int memcpy_toiovecend(const struct iovec *iov, unsigned char *kdata,
EXPORT_SYMBOL(memcpy_toiovecend);

/*
* Copy iovec from kernel. Returns -EFAULT on error.
* Copy iovec to kernel. Returns -EFAULT on error.
*/

int memcpy_fromiovecend(unsigned char *kdata, const struct iovec *iov,
Expand Down

0 comments on commit ab1a2d7

Please sign in to comment.