Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9619496 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

net: fix two typos in skbuff.h



fix kernel doc typos in function names

Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 60158e64
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
 *
@@ -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
 *