[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <514099d9-571b-f1c3-11a3-46f759cccc0d@gmail.com>
Date: Sat, 7 Oct 2017 08:23:44 -0600
From: David Ahern <dsahern@...il.com>
To: Sven Eckelmann <sven@...fation.org>,
b.a.t.m.a.n@...ts.open-mesh.org
Cc: davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [PATCH 3/3] batman-adv: Add missing kerneldoc for extack
On 10/7/17 6:21 AM, Sven Eckelmann wrote:
> The parameter extack was added to batadv_softif_slave_add without adding
> the kernel-doc for it. This caused kernel-doc warnings.
>
> Signed-off-by: Sven Eckelmann <sven@...fation.org>
> Cc: David Ahern <dsahern@...il.com>
> ---
> net/batman-adv/soft-interface.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c
> index 543d2c3e..9f673cdf 100644
> --- a/net/batman-adv/soft-interface.c
> +++ b/net/batman-adv/soft-interface.c
> @@ -863,6 +863,7 @@ static int batadv_softif_init_late(struct net_device *dev)
> * batadv_softif_slave_add - Add a slave interface to a batadv_soft_interface
> * @dev: batadv_soft_interface used as master interface
> * @slave_dev: net_device which should become the slave interface
> + * @extack: extended ACK report struct
> *
> * Return: 0 if successful or error otherwise.
> */
>
Thanks for the cleanup.
Acked-by: David Ahern <dsahern@...il.com>
Powered by blists - more mailing lists