From 4fb7fab850fcf2fcf08e21dc112b03daeed4c42e Mon Sep 17 00:00:00 2001 From: goldsimon Date: Mon, 7 Aug 2017 08:08:24 +0200 Subject: [PATCH] Fix docs on dhcp_option_trailer() --- src/core/ipv4/dhcp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/ipv4/dhcp.c b/src/core/ipv4/dhcp.c index b8ee5c24..288b5585 100644 --- a/src/core/ipv4/dhcp.c +++ b/src/core/ipv4/dhcp.c @@ -1938,8 +1938,6 @@ dhcp_create_msg(struct netif *netif, struct dhcp *dhcp, u8_t message_type, u16_t * * Adds the END option to the DHCP message, and if * necessary, up to three padding bytes. - * - * @param dhcp DHCP state structure */ static void dhcp_option_trailer(u16_t options_out_len, u8_t *options, struct pbuf *p_out)