Skip to content

Commit 453d236

Browse files
committed
net: dhcpv6: fix typo in macro name
DHVP -> DHCP Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent c7e7d97 commit 453d236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subsys/net/lib/dhcpv6/dhcpv6_internal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
#include <zephyr/net/dhcpv6.h>
1717

1818
#define DHCPV6_DUID_TYPE_SIZE 2
19-
#define DHVPV6_DUID_LL_HW_TYPE_SIZE 2
19+
#define DHCPV6_DUID_LL_HW_TYPE_SIZE 2
2020
#define DHCPV6_DUID_LL_HEADER_SIZE (DHCPV6_DUID_TYPE_SIZE + \
21-
DHVPV6_DUID_LL_HW_TYPE_SIZE)
21+
DHCPV6_DUID_LL_HW_TYPE_SIZE)
2222

2323
#define DHCPV6_MSG_TYPE_SIZE 1
2424
#define DHCPV6_HEADER_SIZE (DHCPV6_MSG_TYPE_SIZE + DHCPV6_TID_SIZE)

0 commit comments

Comments
 (0)