From d2ee10977f24086fba224cb886ac2fb92443dd29 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Fri, 23 Feb 2018 10:26:19 +0100 Subject: [PATCH] dhcp6: try to fix docs (clang complains) --- src/core/ipv6/dhcp6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ipv6/dhcp6.c b/src/core/ipv6/dhcp6.c index 9c786e0b..b53c9193 100644 --- a/src/core/ipv6/dhcp6.c +++ b/src/core/ipv6/dhcp6.c @@ -357,7 +357,7 @@ dhcp6_disable(struct netif *netif) * Create a DHCPv6 request, fill in common headers * * @param netif the netif under DHCPv6 control - * @param dhcp dhcp control struct + * @param dhcp6 dhcp6 control struct * @param message_type message type of the request * @param opt_len_alloc option length to allocate * @param options_out_len option length on exit