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:
39deb2c
)
net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()
author
Zhi Yong Wu
<wuzhy@linux.vnet.ibm.com>
Mon, 28 Oct 2013 06:01:49 +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/datagram.c
patch
|
blob
|
history
diff --git
a/net/core/datagram.c
b/net/core/datagram.c
index
af814e7
..
a16ed7b
100644
(file)
--- a/
net/core/datagram.c
+++ b/
net/core/datagram.c
@@
-577,7
+577,7
@@
EXPORT_SYMBOL(skb_copy_datagram_from_iovec);
/**
* zerocopy_sg_from_iovec - Build a zerocopy datagram from an iovec
* @skb: buffer to copy
- * @from: io vector to copy
to
+ * @from: io vector to copy
from
* @offset: offset in the io vector to start copying from
* @count: amount of vectors to copy to buffer from
*