From: Ingo Oeser <[EMAIL PROTECTED]>
Date: Sun, 12 Mar 2006 00:49:48 +0100
> Two minor cleanups:
>
> 1. Using kzalloc() in fraq_alloc_queue()
>saves the memset() in ipv6_frag_create().
>
> 2. Invert sense of if-statements to streamline code.
>Inverts the comment, too.
>
> Signed-off-by
Hi,
On Sunday, 12. March 2006 00:49, Ingo Oeser wrote:
> From: Ingo Oeser <[EMAIL PROTECTED]>
>
> Two minor cleanups:
>
> 1. Using kzalloc() in fraq_alloc_queue()
>saves the memset() in ipv6_frag_create().
>
> 2. Invert sense of if-statements to streamline code.
>Inverts the comment, t
From: Ingo Oeser <[EMAIL PROTECTED]>
Two minor cleanups:
1. Using kzalloc() in fraq_alloc_queue()
saves the memset() in ipv6_frag_create().
2. Invert sense of if-statements to streamline code.
Inverts the comment, too.
Signed-off-by: Ingo Oeser <[EMAIL PROTECTED]>
---
Hi,
I first did t