lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 27 Oct 2020 20:46:35 -0600
From:   David Ahern <dsahern@...il.com>
To:     Andrew Lunn <andrew@...n.ch>, Jakub Kicinski <kuba@...nel.org>
Cc:     netdev <netdev@...r.kernel.org>, David Ahern <dsahern@...nel.org>
Subject: Re: [PATCH net-next] net: l3mdev: Fix kerneldoc warning

On 10/27/20 6:50 PM, Andrew Lunn wrote:
> net/l3mdev/l3mdev.c:249: warning: Function parameter or member 'arg' not described in 'l3mdev_fib_rule_match'
> 
> Signed-off-by: Andrew Lunn <andrew@...n.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,
> 

Thanks, Andrew.

Reviewed-by: David Ahern <dsahern@...nel.org>

Powered by blists - more mailing lists