netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: l3mdev: Fix kerneldoc warning
@ 2020-10-28  0:50 Andrew Lunn
  2020-10-28  2:46 ` David Ahern
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Lunn @ 2020-10-28  0:50 UTC (permalink / raw)
  To: Jakub Kicinski; +Cc: netdev, David Ahern, Andrew Lunn

net/l3mdev/l3mdev.c:249: warning: Function parameter or member 'arg' not described in 'l3mdev_fib_rule_match'

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
 net/l3mdev/l3mdev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/l3mdev/l3mdev.c b/net/l3mdev/l3mdev.c
index 864326f150e2..e07292a4779e 100644
--- a/net/l3mdev/l3mdev.c
+++ b/net/l3mdev/l3mdev.c
@@ -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,
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-29  0:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-28  0:50 [PATCH net-next] net: l3mdev: Fix kerneldoc warning Andrew Lunn
2020-10-28  2:46 ` David Ahern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).