Re: [PATCH] NET: typo in include/linux/skbuff.h
From: YOSHIFUJI Hideaki / 吉藤英明 <hidden>
Date: 2003-12-31 13:08:46
In article [ref] (at Wed, 31 Dec 2003 22:05:33 +0900 (JST)), YOSHIFUJI Hideaki / 吉藤英明 [off-list ref] says:
Hello. I found wrong description in include/linux/skbuff.h. D: Fix description for skb_dequeue_tail().
Oops, root of patch was wrong. Please use this instead. ===== include/linux/skbuff.h 1.35 vs edited =====
--- 1.35/include/linux/skbuff.h Thu Oct 9 00:39:36 2003
+++ edited/include/linux/skbuff.h Wed Dec 31 22:07:21 2003@@ -764,10 +764,10 @@ } /** - * skb_dequeue - remove from the head of the queue + * skb_dequeue_tail - remove from the tail of the queue * @list: list to dequeue from * - * Remove the head of the list. The list lock is taken so the function + * Remove the tail of the list. The list lock is taken so the function * may be used safely with other locking list functions. The tail item is * returned or %NULL if the list is empty. */
--
Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@linux-ipv6.org>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF 80D8 4807 F894 E062 0EEA