Fix typos and some incorrect comments

Author: Alan Carvalho de Assis <acassis@gmail.com>

    Run nxstyle against .c and .h files and fix it

Author: Juha Niskanen <juha.niskanen@haltian.com>

    Fix typos and some incorrect comments
This commit is contained in:
Juha Niskanen
2020-01-20 09:32:36 -03:00
committed by Alan Carvalho de Assis
parent bcfb45dfa0
commit a762c06ed9
27 changed files with 336 additions and 186 deletions
+1 -1
View File
@@ -929,7 +929,7 @@ static int hostfs_bind(FAR struct inode *blkdriver, FAR const void *data,
return -ENOMEM;
}
/* The options we suppor are:
/* The options we support are:
* "fs=whatever", remote dir
*/
+1 -1
View File
@@ -67,7 +67,7 @@
* Equivalent to the standard write() function except that is accepts a
* struct file instance instead of a file descriptor. It is functionally
* equivalent to write() except that in addition to the differences in
* input paramters:
* input parameters:
*
* - It does not modify the errno variable,
* - It is not a cancellation point, and