acassis commented on code in PR #17679: URL: https://github.com/apache/nuttx/pull/17679#discussion_r2646881318
########## include/nuttx/net/ip.h: ########## @@ -592,9 +592,30 @@ extern "C" #endif #ifdef CONFIG_NET_IPv6 -bool net_ipv6addr_maskcmp(const net_ipv6addr_t addr1, - const net_ipv6addr_t addr2, - const net_ipv6addr_t mask); +static inline_function bool net_ipv6addr_maskcmp(const net_ipv6addr_t addr1, Review Comment: @zs39 please follow the standard, all functions needs to have a description with the function name, its parameters and return. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
