Commit 3db86c39 authored by Andrew Lunn's avatar Andrew Lunn Committed by David S. Miller

net: netfilter: kerneldoc fixes

Simple fixes which require no deep knowledge of the code.

Cc: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: Jozsef Kadlecsik <kadlec@netfilter.org>
Cc: Florian Westphal <fw@strlen.de>
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9fd00b4d
...@@ -1006,7 +1006,7 @@ static int nf_ct_resolve_clash_harder(struct sk_buff *skb, u32 repl_idx) ...@@ -1006,7 +1006,7 @@ static int nf_ct_resolve_clash_harder(struct sk_buff *skb, u32 repl_idx)
* *
* @skb: skb that causes the clash * @skb: skb that causes the clash
* @h: tuplehash of the clashing entry already in table * @h: tuplehash of the clashing entry already in table
* @hash_reply: hash slot for reply direction * @reply_hash: hash slot for reply direction
* *
* A conntrack entry can be inserted to the connection tracking table * A conntrack entry can be inserted to the connection tracking table
* if there is no existing entry with an identical tuple. * if there is no existing entry with an identical tuple.
......
...@@ -2375,7 +2375,7 @@ static int nf_tables_delchain(struct net *net, struct sock *nlsk, ...@@ -2375,7 +2375,7 @@ static int nf_tables_delchain(struct net *net, struct sock *nlsk,
/** /**
* nft_register_expr - register nf_tables expr type * nft_register_expr - register nf_tables expr type
* @ops: expr type * @type: expr type
* *
* Registers the expr type for use with nf_tables. Returns zero on * Registers the expr type for use with nf_tables. Returns zero on
* success or a negative errno code otherwise. * success or a negative errno code otherwise.
...@@ -2394,7 +2394,7 @@ EXPORT_SYMBOL_GPL(nft_register_expr); ...@@ -2394,7 +2394,7 @@ EXPORT_SYMBOL_GPL(nft_register_expr);
/** /**
* nft_unregister_expr - unregister nf_tables expr type * nft_unregister_expr - unregister nf_tables expr type
* @ops: expr type * @type: expr type
* *
* Unregisters the expr typefor use with nf_tables. * Unregisters the expr typefor use with nf_tables.
*/ */
...@@ -5595,7 +5595,7 @@ struct nft_set_gc_batch *nft_set_gc_batch_alloc(const struct nft_set *set, ...@@ -5595,7 +5595,7 @@ struct nft_set_gc_batch *nft_set_gc_batch_alloc(const struct nft_set *set,
/** /**
* nft_register_obj- register nf_tables stateful object type * nft_register_obj- register nf_tables stateful object type
* @obj: object type * @obj_type: object type
* *
* Registers the object type for use with nf_tables. Returns zero on * Registers the object type for use with nf_tables. Returns zero on
* success or a negative errno code otherwise. * success or a negative errno code otherwise.
...@@ -5614,7 +5614,7 @@ EXPORT_SYMBOL_GPL(nft_register_obj); ...@@ -5614,7 +5614,7 @@ EXPORT_SYMBOL_GPL(nft_register_obj);
/** /**
* nft_unregister_obj - unregister nf_tables object type * nft_unregister_obj - unregister nf_tables object type
* @obj: object type * @obj_type: object type
* *
* Unregisters the object type for use with nf_tables. * Unregisters the object type for use with nf_tables.
*/ */
......
...@@ -401,7 +401,7 @@ int pipapo_refill(unsigned long *map, int len, int rules, unsigned long *dst, ...@@ -401,7 +401,7 @@ int pipapo_refill(unsigned long *map, int len, int rules, unsigned long *dst,
* nft_pipapo_lookup() - Lookup function * nft_pipapo_lookup() - Lookup function
* @net: Network namespace * @net: Network namespace
* @set: nftables API set representation * @set: nftables API set representation
* @elem: nftables API element representation containing key data * @key: nftables API element representation containing key data
* @ext: nftables API extension pointer, filled with matching reference * @ext: nftables API extension pointer, filled with matching reference
* *
* For more details, see DOC: Theory of Operation. * For more details, see DOC: Theory of Operation.
...@@ -1075,7 +1075,7 @@ static int pipapo_expand(struct nft_pipapo_field *f, ...@@ -1075,7 +1075,7 @@ static int pipapo_expand(struct nft_pipapo_field *f,
* @m: Matching data, including mapping table * @m: Matching data, including mapping table
* @map: Table of rule maps: array of first rule and amount of rules * @map: Table of rule maps: array of first rule and amount of rules
* in next field a given rule maps to, for each field * in next field a given rule maps to, for each field
* @ext: For last field, nft_set_ext pointer matching rules map to * @e: For last field, nft_set_ext pointer matching rules map to
*/ */
static void pipapo_map(struct nft_pipapo_match *m, static void pipapo_map(struct nft_pipapo_match *m,
union nft_pipapo_map_bucket map[NFT_PIPAPO_MAX_FIELDS], union nft_pipapo_map_bucket map[NFT_PIPAPO_MAX_FIELDS],
...@@ -1099,7 +1099,7 @@ static void pipapo_map(struct nft_pipapo_match *m, ...@@ -1099,7 +1099,7 @@ static void pipapo_map(struct nft_pipapo_match *m,
/** /**
* pipapo_realloc_scratch() - Reallocate scratch maps for partial match results * pipapo_realloc_scratch() - Reallocate scratch maps for partial match results
* @clone: Copy of matching data with pending insertions and deletions * @clone: Copy of matching data with pending insertions and deletions
* @bsize_max Maximum bucket size, scratch maps cover two buckets * @bsize_max: Maximum bucket size, scratch maps cover two buckets
* *
* Return: 0 on success, -ENOMEM on failure. * Return: 0 on success, -ENOMEM on failure.
*/ */
...@@ -1447,7 +1447,7 @@ static void pipapo_unmap(union nft_pipapo_map_bucket *mt, int rules, ...@@ -1447,7 +1447,7 @@ static void pipapo_unmap(union nft_pipapo_map_bucket *mt, int rules,
/** /**
* pipapo_drop() - Delete entry from lookup and mapping tables, given rule map * pipapo_drop() - Delete entry from lookup and mapping tables, given rule map
* @m: Matching data * @m: Matching data
* @rulemap Table of rule maps, arrays of first rule and amount of rules * @rulemap: Table of rule maps, arrays of first rule and amount of rules
* in next field a given entry maps to, for each field * in next field a given entry maps to, for each field
* *
* For each rule in lookup table buckets mapping to this set of rules, drop * For each rule in lookup table buckets mapping to this set of rules, drop
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment