net/: Run current nxstyle against all .c files under net/. Correct new problems identified by nxstyle. This is primarily a verification of the nxstyle changes (which all look good). (#89)

Co-authored-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
patacongo
2020-01-12 14:17:29 -06:00
committed by Abdelatif Guettouche
parent cd544b81b3
commit 51cbc85535
5 changed files with 12 additions and 9 deletions
+3 -3
View File
@@ -164,9 +164,9 @@ int psock_vfcntl(FAR struct socket *psock, int cmd, va_list ap)
/* Set the file status flags, defined in <fcntl.h>, for the file description
* associated with fd from the corresponding bits in the third argument,
* arg, taken as type int. Bits corresponding to the file access mode and
* the file creation flags, as defined in <fcntl.h>, that are set in arg shall
* be ignored. If any bits in arg other than those mentioned here are changed
* by the application, the result is unspecified.
* the file creation flags, as defined in <fcntl.h>, that are set in arg
* will be ignored. If any bits in arg other than those mentioned here are
* changed by the application, the result is unspecified.
*/
{