Skip to content

Commit 9d637f8

Browse files
lunnkuba-moo
authored andcommitted
net: l3mdev: Fix kerneldoc warning
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]>
1 parent 210bba6 commit 9d637f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/l3mdev/l3mdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ EXPORT_SYMBOL_GPL(l3mdev_link_scope_lookup);
241241
* L3 master device
242242
* @net: network namespace for device index lookup
243243
* @fl: flow struct
244+
* @arg: store the table the rule matched with here
244245
*/
245246

246247
int l3mdev_fib_rule_match(struct net *net, struct flowi *fl,

0 commit comments

Comments
 (0)