git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3e83d6
)
[IPV6]: Cleanup of net/ipv6/reassambly.c
author
Ingo Oeser
<ioe-lkml@rameria.de>
Tue, 21 Mar 2006 07:01:17 +0000
(23:01 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 21 Mar 2006 07:01:17 +0000
(23:01 -0800)
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 <ioe-lkml@rameria.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found