aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/skbuff.h4
-rw-r--r--include/net/sock.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index ae836fded53..ba0f8e3a9cd 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -738,7 +738,7 @@ static inline struct sk_buff *skb_unshare(struct sk_buff *skb,
738} 738}
739 739
740/** 740/**
741 * skb_peek 741 * skb_peek - peek at the head of an &sk_buff_head
742 * @list_: list to peek at 742 * @list_: list to peek at
743 * 743 *
744 * Peek an &sk_buff. Unlike most other operations you _MUST_ 744 * Peek an &sk_buff. Unlike most other operations you _MUST_
@@ -759,7 +759,7 @@ static inline struct sk_buff *skb_peek(struct sk_buff_head *list_)
759} 759}
760 760
761/** 761/**
762 * skb_peek_tail 762 * skb_peek_tail - peek at the tail of an &sk_buff_head
763 * @list_: list to peek at 763 * @list_: list to peek at
764 * 764 *
765 * Peek an &sk_buff. Unlike most other operations you _MUST_ 765 * Peek an &sk_buff. Unlike most other operations you _MUST_
diff --git a/include/net/sock.h b/include/net/sock.h
index c8d400063c1..580d51fa28e 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -1049,7 +1049,7 @@ extern void sk_common_release(struct sock *sk);
1049extern void sock_init_data(struct socket *sock, struct sock *sk); 1049extern void sock_init_data(struct socket *sock, struct sock *sk);
1050 1050
1051/** 1051/**
1052 * sk_filter_release: Release a socket filter 1052 * sk_filter_release - release a socket filter
1053 * @fp: filter to remove 1053 * @fp: filter to remove
1054 * 1054 *
1055 * Remove a filter from a socket and release its resources. 1055 * Remove a filter from a socket and release its resources.