incubator-nuttx/net/route
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
..
Kconfig Fix typos reported by codespell 2021-02-25 11:31:49 -08:00
Make.defs net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
cacheroute.h Fix typos (and nxstyle errors) 2021-03-21 21:51:14 +01:00
fileroute.h net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
net_add_fileroute.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
net_add_ramroute.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
net_alloc_ramroute.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
net_cacheroute.c Fix typos (and nxstyle errors) 2021-03-21 21:51:14 +01:00
net_del_fileroute.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
net_del_ramroute.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
net_dumproute.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
net_fileroute.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
net_foreach_fileroute.c Fix typos (and nxstyle errors) 2021-03-21 21:51:14 +01:00
net_foreach_ramroute.c Fix typos (and nxstyle errors) 2021-03-21 21:51:14 +01:00
net_foreach_romroute.c Fix typos (and nxstyle errors) 2021-03-21 21:51:14 +01:00
net_initroute.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
net_queue_ramroute.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
net_router.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
netdev_router.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
ramroute.h net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
romroute.h net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
route.h Fix typos (and nxstyle errors) 2021-03-21 21:51:14 +01:00