Fix docs on dhcp_option_trailer()

This commit is contained in:
goldsimon 2017-08-07 08:08:24 +02:00
parent ff588fc771
commit 4fb7fab850

View File

@ -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)