From: Wang Chen Date: Wed, 2 Jul 2008 02:55:40 +0000 (-0700) Subject: net: Tyop of sk_filter() comment X-Git-Tag: v2.6.26-rc9~84^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8fde8a076940969d32805b853efdce8b988d7dda;p=platform%2Fkernel%2Flinux-stable.git net: Tyop of sk_filter() comment Parameter "needlock" no long exists. Signed-off-by: Wang Chen Signed-off-by: David S. Miller --- diff --git a/net/core/filter.c b/net/core/filter.c index 4f83697..df37443 100644 --- a/net/core/filter.c +++ b/net/core/filter.c @@ -68,7 +68,6 @@ static inline void *load_pointer(struct sk_buff *skb, int k, * sk_filter - run a packet through a socket filter * @sk: sock associated with &sk_buff * @skb: buffer to filter - * @needlock: set to 1 if the sock is not locked by caller. * * Run the filter code and then cut skb->data to correct size returned by * sk_run_filter. If pkt_len is 0 we toss packet. If skb->len is smaller