nuttx/fs/vfs
Juha Niskanen a762c06ed9 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
2020-01-20 09:32:36 -03:00
..
fs_close.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_dup2.c
fs_dup.c
fs_dupfd2.c
fs_dupfd.c
fs_epoll.c
fs_fcntl.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_fdopen.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_fstat.c
fs_fstatfs.c
fs_fsync.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_getfilep.c
fs_ioctl.c
fs_link.c
fs_lseek.c
fs_mkdir.c
fs_open.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_poll.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_pread.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_pwrite.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_read.c Fix typo in the file_read description (#44) 2020-01-07 07:07:39 -03:00
fs_readlink.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_rename.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_rmdir.c
fs_select.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fs_sendfile.c
fs_stat.c
fs_statfs.c
fs_truncate.c
fs_unlink.c
fs_write.c Fix typos and some incorrect comments 2020-01-20 09:32:36 -03:00
Make.defs