Skip to content

Commit

Permalink
Small update to some comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-nutt committed Jul 19, 2018
1 parent 788c5bf commit d588a94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/nuttx/net/net.h
Original file line number Diff line number Diff line change
Expand Up @@ -1099,6 +1099,8 @@ int psock_setsockopt(FAR struct socket *psock, int level, int option,
* EBADF - The socket argument is not a valid file descriptor.
* ENOTSOCK - The socket argument does not refer to a socket.
* EOPNOTSUPP - The operation is not supported for this socket's protocol.
* ENOTCONN - The socket is not connected or otherwise has not had the
* peer pre-specified.
* EINVAL - The socket has been shut down.
* ENOBUFS - Insufficient resources were available in the system to
* complete the function.
Expand Down

0 comments on commit d588a94

Please sign in to comment.