diff options
-rw-r--r-- | net/core/iovec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
100 | EXPORT_SYMBOL(memcpy_toiovecend); | 100 | EXPORT_SYMBOL(memcpy_toiovecend); |
101 | 101 | ||
102 | /* | 102 | /* |
103 | * Copy iovec from kernel. Returns -EFAULT on error. | 103 | * Copy iovec to kernel. Returns -EFAULT on error. |
104 | */ | 104 | */ |
105 | 105 | ||
106 | int memcpy_fromiovecend(unsigned char *kdata, const struct iovec *iov, | 106 | int memcpy_fromiovecend(unsigned char *kdata, const struct iovec *iov, |