]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/core/datagram.c
[PATCH] DocBook: fix some descriptions
[mirror_ubuntu-artful-kernel.git] / net / core / datagram.c
index 27c5cd94282049af825836e88a7162fc8862294d..fcee054b6f750a98063ec164f667e16d4043731e 100644 (file)
@@ -203,7 +203,7 @@ void skb_free_datagram(struct sock *sk, struct sk_buff *skb)
  *     skb_copy_datagram_iovec - Copy a datagram to an iovec.
  *     @skb: buffer to copy
  *     @offset: offset in the buffer to start copying from
- *     @iovec: io vector to copy to
+ *     @to: io vector to copy to
  *     @len: amount of data to copy from buffer to iovec
  *
  *     Note: the iovec is modified during the copy.
@@ -379,7 +379,7 @@ fault:
  *     skb_copy_and_csum_datagram_iovec - Copy and checkum skb to user iovec.
  *     @skb: skbuff
  *     @hlen: hardware length
- *     @iovec: io vector
+ *     @iov: io vector
  * 
  *     Caller _must_ check that skb will fit to this iovec.
  *