From: Zhi Yong Wu Date: Mon, 28 Oct 2013 06:01:50 +0000 (+0800) Subject: net, iovec: fix the incorrect comment in memcpy_fromiovecend() X-Git-Tag: v3.13-rc1~105^2~111 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab1a2d7773b23dbbb863fd63fcf83b67cf361e34;p=thirdparty%2Fkernel%2Flinux.git net, iovec: fix the incorrect comment in memcpy_fromiovecend() Signed-off-by: Zhi Yong Wu Signed-off-by: David S. Miller --- diff --git a/net/core/iovec.c b/net/core/iovec.c index b77eeecc00115..4cdb7c48dad6c 100644 --- a/net/core/iovec.c +++ b/net/core/iovec.c @@ -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,