Skip to content

Commit

Permalink
net: l3mdev: Fix kerneldoc warning
Browse files Browse the repository at this point in the history
net/l3mdev/l3mdev.c:249: warning: Function parameter or member 'arg' not described in 'l3mdev_fib_rule_match'

Signed-off-by: Andrew Lunn <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
lunn authored and kuba-moo committed Oct 30, 2020
1 parent 210bba6 commit 9d637f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/l3mdev/l3mdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ EXPORT_SYMBOL_GPL(l3mdev_link_scope_lookup);
* L3 master device
* @net: network namespace for device index lookup
* @fl: flow struct
* @arg: store the table the rule matched with here
*/

int l3mdev_fib_rule_match(struct net *net, struct flowi *fl,
Expand Down

0 comments on commit 9d637f8

Please sign in to comment.