Skip to content

Commit 2baf7e1

Browse files
committed
net: ip: Rename namespaced type in comment
In d45cd67 the mayority of the Zephyr codebased was changed to use the Zephyr native net_ prefixed types. This comment was fogotten. Let's fix it. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 5114011 commit 2baf7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/net/net_ip.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ struct net_cmsghdr {
381381
#if defined(CONFIG_NET_NATIVE_OFFLOADED_SOCKETS)
382382
#define UNIX_PATH_MAX 108
383383
#undef NET_SOCKADDR_MAX_SIZE
384-
/* Define NET_SOCKADDR_MAX_SIZE to be struct of sa_family_t + char[UNIX_PATH_MAX] */
384+
/* Define NET_SOCKADDR_MAX_SIZE to be struct of net_sa_family_t + char[UNIX_PATH_MAX] */
385385
#define NET_SOCKADDR_MAX_SIZE (UNIX_PATH_MAX+sizeof(net_sa_family_t))
386386
#if !defined(CONFIG_NET_SOCKETS_PACKET)
387387
#undef NET_SOCKADDR_PTR_MAX_SIZE

0 commit comments

Comments
 (0)