zhhyu7 commented on code in PR #15899: URL: https://github.com/apache/nuttx/pull/15899#discussion_r1968689655
########## net/socket/getsockopt.c: ########## @@ -271,6 +264,13 @@ int psock_getsockopt(FAR struct socket *psock, int level, int option, { int ret = -ENOPROTOOPT; + /* Verify that the socket option if valid (but might not be supported ) */ Review Comment: > I can't verify the code change itself, but found one tiny typo: done. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org