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:
d956798
)
netfilter: ipset: use nla_parse_nested()
author
Patrick McHardy
<kaber@trash.net>
Tue, 1 Feb 2011 15:27:25 +0000
(16:27 +0100)
committer
Patrick McHardy
<kaber@trash.net>
Tue, 1 Feb 2011 15:27:25 +0000
(16:27 +0100)
Replace calls of the form:
nla_parse(tb, ATTR_MAX, nla_data(attr), nla_len(attr), policy)
by:
nla_parse_nested(tb, ATTR_MAX, attr, policy)
Signed-off-by: Patrick McHardy <kaber@trash.net>
No differences found