mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
More cosmetic changes: Fix some errors in comments and some indentation problems
This commit is contained in:
@@ -95,7 +95,7 @@ ssize_t psock_udp_send(FAR struct socket *psock, FAR const void *buf,
|
|||||||
|
|
||||||
if (!_SS_ISCONNECTED(psock->s_flags))
|
if (!_SS_ISCONNECTED(psock->s_flags))
|
||||||
{
|
{
|
||||||
/* Now, then it is not legal to call send */
|
/* No, then it is not legal to call send() with this socket. */
|
||||||
|
|
||||||
return -ENOTCONN;
|
return -ENOTCONN;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user