Skip to content

Commit bad5680

Browse files
ecsvsimonwunderlich
authored andcommitted
batman-adv: Add missing kerneldoc for extack
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@narfation.org> Acked-by: David Ahern <dsahern@gmail.com> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
1 parent 4bc4e64 commit bad5680

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/batman-adv/soft-interface.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,7 @@ static int batadv_softif_init_late(struct net_device *dev)
863863
* batadv_softif_slave_add - Add a slave interface to a batadv_soft_interface
864864
* @dev: batadv_soft_interface used as master interface
865865
* @slave_dev: net_device which should become the slave interface
866+
* @extack: extended ACK report struct
866867
*
867868
* Return: 0 if successful or error otherwise.
868869
*/

0 commit comments

Comments
 (0)