netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Ahern <dsahern@gmail.com>
To: Andrew Lunn <andrew@lunn.ch>, Jakub Kicinski <kuba@kernel.org>
Cc: netdev <netdev@vger.kernel.org>, David Ahern <dsahern@kernel.org>
Subject: Re: [PATCH net-next] net: l3mdev: Fix kerneldoc warning
Date: Tue, 27 Oct 2020 20:46:35 -0600	[thread overview]
Message-ID: <b25d48ef-aa8c-89e6-fa99-28155b548877@gmail.com> (raw)
In-Reply-To: <20201028005059.930192-1-andrew@lunn.ch>

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@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,
> 

Thanks, Andrew.

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

      reply	other threads:[~2020-10-28 22:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-28  0:50 [PATCH net-next] net: l3mdev: Fix kerneldoc warning Andrew Lunn
2020-10-28  2:46 ` David Ahern [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b25d48ef-aa8c-89e6-fa99-28155b548877@gmail.com \
    --to=dsahern@gmail.com \
    --cc=andrew@lunn.ch \
    --cc=dsahern@kernel.org \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).