nuttx/fs
Nathan Hartman 4653dc14d3 Fix typos (and nxstyle errors)
ReleaseNotes,
arch/arm/src/cxd56xx/cxd56_dmac_common.h,
arch/arm/src/efm32/efm32_dma.h,
arch/arm/src/lpc54xx/lpc54_lcd.c,
arch/arm/src/rp2040/rp2040_dmac.h,
arch/arm/src/stm32/stm32_dma.h,
arch/arm/src/stm32f0l0g0/stm32_dma.h,
arch/arm/src/stm32f7/stm32_dma.h,
arch/arm/src/stm32h7/stm32_dma.h,
arch/arm/src/stm32l4/stm32l4_dma.h,
arch/renesas/src/rx65n/rx65n_dtc.h,
fs/spiffs/src/spiffs_vfs.c,
net/route/cacheroute.h,
net/route/net_cacheroute.c,
net/route/net_foreach_fileroute.c,
net/route/net_foreach_ramroute.c,
net/route/net_foreach_romroute.c, and
net/route/route.h:

    * Fix the following typos:
      - remove spurious "are"
      - "tot he" -> "to the"

arch/arm/src/stm32f0l0g0/stm32_dma.h and
arch/arm/src/stm32l4/stm32l4_dma.h:

    * Fix nxstyle errors.
2021-03-21 21:51:14 +01:00
..
aio fs/aio: unify socket into fs operate 2021-03-17 06:46:42 -07:00
binfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
cromfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
dirent Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
driver fs: try blockproxy only if BCH is enabled 2021-03-17 01:25:16 -07:00
fat makefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
hostfs fs: allocate file/socket dynamically 2021-03-17 06:46:42 -07:00
inode fs: allocate file/socket dynamically 2021-03-17 06:46:42 -07:00
littlefs fs/lfs: Remove semret temporary variable 2021-02-26 10:45:00 +00:00
mmap fs/mmap: Return EACCES for incompatible file descriptors 2021-03-16 10:17:07 -07:00
mount sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
mqueue sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
nfs makefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
nxffs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
partition fs: change geometry types from size_t to blkcnt_t and blksize_t 2021-02-18 20:38:22 -08:00
procfs fs: allocate file/socket dynamically 2021-03-17 06:46:42 -07:00
romfs sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
semaphore Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
shm Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
smartfs makefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
socket net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
spiffs Fix typos (and nxstyle errors) 2021-03-21 21:51:14 +01:00
tmpfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
unionfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
userfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
vfs fs: allocate file/socket dynamically 2021-03-17 06:46:42 -07:00
fs_initialize.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
Kconfig fs/eventfd: Convert the indent under EVENT_FD_VFS_PATH option to tab 2021-02-05 12:17:47 -03:00
Makefile net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00