netdev
[Top] [All Lists]

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

To: davem@xxxxxxxxxx
Subject: Re: [PATCH] NET: typo in include/linux/skbuff.h
From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx>
Date: Wed, 31 Dec 2003 22:08:46 +0900 (JST)
Cc: netdev@xxxxxxxxxxx
In-reply-to: <20031231.220533.102712852.yoshfuji@xxxxxxxxxxxxxx>
Organization: USAGI Project
References: <20031231.220533.102712852.yoshfuji@xxxxxxxxxxxxxx>
Sender: netdev-bounce@xxxxxxxxxxx
In article <20031231.220533.102712852.yoshfuji@xxxxxxxxxxxxxx> (at Wed, 31 Dec 
2003 22:05:33 +0900 (JST)), YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx> 
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@xxxxxxxxxxxxxx>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF  80D8 4807 F894 E062 0EEA

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