projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4e819d
)
net, iovec: fix the incorrect comment in memcpy_fromiovecend()
author
Zhi Yong Wu
<wuzhy@linux.vnet.ibm.com>
Mon, 28 Oct 2013 06:01:50 +0000
(14:01 +0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 29 Oct 2013 04:19:04 +0000
(
00:19
-0400)
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/iovec.c
patch
|
blob
|
history
diff --git
a/net/core/iovec.c
b/net/core/iovec.c
index
b77eeec
..
4cdb7c4
100644
(file)
--- 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,