netdev
[Top] [All Lists]

[PATCH] NET: typo in include/linux/skbuff.h

To: davem@xxxxxxxxxx
Subject: [PATCH] NET: typo in include/linux/skbuff.h
From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx>
Date: Wed, 31 Dec 2003 22:05:33 +0900 (JST)
Cc: netdev@xxxxxxxxxxx
Organization: USAGI Project
Sender: netdev-bounce@xxxxxxxxxxx
Hello.  I found wrong description in include/linux/skbuff.h.

D: Fix description for skb_dequeue_tail().

Thanks.

===== skbuff.h 1.35 vs edited =====
--- 1.35/include/linux/skbuff.h Thu Oct  9 00:39:36 2003
+++ edited/skbuff.h     Wed Dec 31 22:00:34 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@xxxxxxxxxxxxxx>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF  80D8 4807 F894 E062 0EEA

<Prev in Thread] Current Thread [Next in Thread>