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:
eaae4fa
)
[NETFILTER] nfnetlink: nfattr_parse() can never fail, make it void
author
Harald Welte
<laforge@netfilter.org>
Wed, 9 Nov 2005 20:59:13 +0000
(12:59 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 9 Nov 2005 20:59:13 +0000
(12:59 -0800)
nfattr_parse (and thus nfattr_parse_nested) always returns success. So we
can make them 'void' and remove all the checking at the caller side.
Based on original patch by Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found