aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/core/datagram.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/core/datagram.c b/net/core/datagram.c
index 6877c43cc92d..ee5647bd91b3 100644
--- a/net/core/datagram.c
+++ b/net/core/datagram.c
@@ -203,7 +203,7 @@ struct sk_buff *__skb_try_recv_from_queue(struct sock *sk,
203/** 203/**
204 * __skb_try_recv_datagram - Receive a datagram skbuff 204 * __skb_try_recv_datagram - Receive a datagram skbuff
205 * @sk: socket 205 * @sk: socket
206 * @flags: MSG_ flags 206 * @flags: MSG\_ flags
207 * @destructor: invoked under the receive lock on successful dequeue 207 * @destructor: invoked under the receive lock on successful dequeue
208 * @peeked: returns non-zero if this packet has been seen before 208 * @peeked: returns non-zero if this packet has been seen before
209 * @off: an offset in bytes to peek skb from. Returns an offset 209 * @off: an offset in bytes to peek skb from. Returns an offset
@@ -375,7 +375,7 @@ EXPORT_SYMBOL(__sk_queue_drop_skb);
375 * skb_kill_datagram - Free a datagram skbuff forcibly 375 * skb_kill_datagram - Free a datagram skbuff forcibly
376 * @sk: socket 376 * @sk: socket
377 * @skb: datagram skbuff 377 * @skb: datagram skbuff
378 * @flags: MSG_ flags 378 * @flags: MSG\_ flags
379 * 379 *
380 * This function frees a datagram skbuff that was received by 380 * This function frees a datagram skbuff that was received by
381 * skb_recv_datagram. The flags argument must match the one 381 * skb_recv_datagram. The flags argument must match the one
@@ -809,7 +809,7 @@ EXPORT_SYMBOL(skb_copy_and_csum_datagram_msg);
809 * sequenced packet sockets providing the socket receive queue 809 * sequenced packet sockets providing the socket receive queue
810 * is only ever holding data ready to receive. 810 * is only ever holding data ready to receive.
811 * 811 *
812 * Note: when you _don't_ use this routine for this protocol, 812 * Note: when you *don't* use this routine for this protocol,
813 * and you use a different write policy from sock_writeable() 813 * and you use a different write policy from sock_writeable()
814 * then please supply your own write_space callback. 814 * then please supply your own write_space callback.
815 */ 815 */