Re: [PATCH] ipv4: remove a call to skb_queue_len() in inet_diag.c

2007-02-04 Thread Thomas Hisch
On 2/4/07, David Miller <[EMAIL PROTECTED]> wrote: From: Thomas Hisch <[EMAIL PROTECTED]> Date: Sun, 4 Feb 2007 15:29:21 +0100 > remove unneeded call to skb_queue_len (skb_dequeue already checks queuelen) and > replace a sizeof() by a Netlink Macro > > Signed-off-by: Thomas Hisch <[EMAIL PROTEC

Re: [PATCH] ipv4: remove a call to skb_queue_len() in inet_diag.c

2007-02-04 Thread David Miller
From: Thomas Hisch <[EMAIL PROTECTED]> Date: Sun, 4 Feb 2007 15:29:21 +0100 > remove unneeded call to skb_queue_len (skb_dequeue already checks queuelen) > and > replace a sizeof() by a Netlink Macro > > Signed-off-by: Thomas Hisch <[EMAIL PROTECTED]> You don't understand the code you are editi

[PATCH] ipv4: remove a call to skb_queue_len() in inet_diag.c

2007-02-04 Thread Thomas Hisch
remove unneeded call to skb_queue_len (skb_dequeue already checks queuelen) and replace a sizeof() by a Netlink Macro Signed-off-by: Thomas Hisch <[EMAIL PROTECTED]> --- sorry, my previous version of this patch didn't conform to the Codingstyle document. now everything should be fine. net/ipv