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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ab1a2d7773b23dbbb863fd63fcf83b67cf361e34;p=linux-beck.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 b77eeecc0011..4cdb7c48dad6 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,