From: Ivan Vecera <ivecera@redhat.com>
To: Tian Tao <tiantao6@hisilicon.com>
Cc: <jiri@resnulli.us>, <davem@davemloft.net>, <kuba@kernel.org>,
<netdev@vger.kernel.org>
Subject: Re: [PATCH] net: switchdev: Fixed kerneldoc warning
Date: Tue, 22 Sep 2020 15:57:53 +0200 [thread overview]
Message-ID: <20200922155753.4010aa81@ceranb> (raw)
In-Reply-To: <1600781539-31676-1-git-send-email-tiantao6@hisilicon.com>
On Tue, 22 Sep 2020 21:32:19 +0800
Tian Tao <tiantao6@hisilicon.com> wrote:
> Update kernel-doc line comments to fix warnings reported by make W=1.
> net/switchdev/switchdev.c:413: warning: Function parameter or
> member 'extack' not described in 'call_switchdev_notifiers'
>
> Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
> ---
> net/switchdev/switchdev.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/switchdev/switchdev.c b/net/switchdev/switchdev.c
> index 865f3e0..23d8685 100644
> --- a/net/switchdev/switchdev.c
> +++ b/net/switchdev/switchdev.c
> @@ -404,7 +404,7 @@ EXPORT_SYMBOL_GPL(unregister_switchdev_notifier);
> * @val: value passed unmodified to notifier function
> * @dev: port device
> * @info: notifier information data
> - *
> + * @extack: netlink extended ack
> * Call all network notifier blocks.
> */
> int call_switchdev_notifiers(unsigned long val, struct net_device *dev,
Acked-by: Ivan Vecera <ivecera@redhat.com>
next prev parent reply other threads:[~2020-09-22 13:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-22 13:32 [PATCH] net: switchdev: Fixed kerneldoc warning Tian Tao
2020-09-22 13:57 ` Ivan Vecera [this message]
2020-09-24 0:47 ` David Miller
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=20200922155753.4010aa81@ceranb \
--to=ivecera@redhat.com \
--cc=davem@davemloft.net \
--cc=jiri@resnulli.us \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=tiantao6@hisilicon.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.