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 <[email protected]> > Cc: David Ahern <[email protected]> > --- > 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 <[email protected]>
