aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2017-10-07 14:21:22 +0200
committerSimon Wunderlich <sw@simonwunderlich.de>2017-10-12 11:49:36 +0200
commitbad5680b5052f9d3008a8cfcc0b34ba0da08401d (patch)
treee63e53efc73c4354e6bdf30ba41bff595f25e94d /net/batman-adv
parentMerge tag 'batadv-next-for-davem-20171006' of git://git.open-mesh.org/linux-merge (diff)
downloadlinux-dev-bad5680b5052f9d3008a8cfcc0b34ba0da08401d.tar.xz
linux-dev-bad5680b5052f9d3008a8cfcc0b34ba0da08401d.zip
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>
Diffstat (limited to 'net/batman-adv')
-rw-r--r--net/batman-adv/soft-interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c
index 543d2c3e0f0d..9f673cdfecf8 100644
--- a/net/batman-adv/soft-interface.c
+++ b/net/batman-adv/soft-interface.c
@@ -863,6 +863,7 @@ free_bat_counters:
* 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.
*/