Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299976
b: refs/heads/master
c: d961949
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed May 1, 2012
1 parent 269a49b commit 9a1ab05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 60158e64641fd8c780a6d14de2bf42aabc419916
refs/heads/master: d961949660fa1c1b7eb0c3a3c157989c90f14e8e
4 changes: 2 additions & 2 deletions trunk/include/linux/skbuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ static inline void skb_queue_splice(const struct sk_buff_head *list,
}

/**
* skb_queue_splice - join two skb lists and reinitialise the emptied list
* skb_queue_splice_init - join two skb lists and reinitialise the emptied list
* @list: the new list to add
* @head: the place to add it in the first list
*
Expand Down Expand Up @@ -1051,7 +1051,7 @@ static inline void skb_queue_splice_tail(const struct sk_buff_head *list,
}

/**
* skb_queue_splice_tail - join two skb lists and reinitialise the emptied list
* skb_queue_splice_tail_init - join two skb lists and reinitialise the emptied list
* @list: the new list to add
* @head: the place to add it in the first list
*
Expand Down

0 comments on commit 9a1ab05

Please sign in to comment.