diff --git a/include/net/nbuf.h b/include/net/nbuf.h index eca5e2ce035..da0cc3ca3f2 100644 --- a/include/net/nbuf.h +++ b/include/net/nbuf.h @@ -269,4 +269,4 @@ struct net_buf *net_nbuf_ref(struct net_buf *buf); } #endif -#endif /* __IP_BUF_H */ +#endif /* __NBUF_H */ diff --git a/include/net/yaip/net_if.h b/include/net/yaip/net_if.h index d3e958b30c7..a053e92b73d 100644 --- a/include/net/yaip/net_if.h +++ b/include/net/yaip/net_if.h @@ -403,4 +403,4 @@ struct net_if_api { } #endif -#endif /* __NET_IFACE_H__ */ +#endif /* __NET_IF_H__ */