nuttx/binfmt/libnxflat
Nathan Hartman 80ce7800a9 Sources and Docs: Fix typos and nxstyle issues
Documentation/contributing/coding_style.rst:

    * Fix repeated words: ("this this").
    * Remove trailing spaces.

boards/z80/z80/z80sim/README.txt:

    * Fix repeated words: ("this this") and rewrap lines.

graphics/Kconfig,
libs/libc/math/Kconfig:

    * Fix repeated words: ("this this").

arch/arm/src/armv7-a/arm_assert.c,
arch/arm/src/armv7-r/arm_assert.c,
arch/arm/src/imxrt/imxrt_enet.c,
arch/arm/src/kinetis/kinetis_enet.c,
arch/arm/src/kinetis/kinetis_flexcan.c,
arch/arm/src/s32k1xx/s32k1xx_enet.c,
arch/arm/src/s32k1xx/s32k1xx_flexcan.c,
arch/arm/src/stm32/stm32_pwm.c,
arch/arm/src/stm32h7/stm32_pwm.c,
arch/arm/src/stm32l4/stm32l4_pwm.c,
arch/renesas/src/rx65n/rx65n_usbdev.c,
binfmt/libnxflat/libnxflat_bind.c,
drivers/pipes/pipe_common.c,
net/igmp/igmp_input.c,
net/tcp/tcp_conn.c,
sched/sched/sched_roundrobin.c:

    * Fix typo in comment ("this this").

arch/arm/src/cxd56xx/cxd56_usbdev.c,
arch/arm/src/lc823450/lc823450_usbdev.c:

    * Fix typo in comment and rewrap lines.

arch/arm/src/imxrt/imxrt_usbdev.c,
arch/arm/src/stm32/stm32_dac.c,
arch/arm/src/stm32f0l0g0/stm32_pwm.c,
arch/arm/src/stm32f7/stm32_pwm.c,
arch/arm/src/tiva/lm/lm4f_gpio.h,
fs/nxffs/nxffs_write.c,
include/nuttx/analog/pga11x.h,
include/nuttx/usb/usbdev.h,
net/mld/mld_join.c:

    * Fix typo in comment ("this this").
    * Fix nxstyle issues.
2020-10-02 04:54:52 +02:00
..
gnu-nxflat-gotoff.ld Run codespell -w against all files 2020-02-22 14:45:07 -06:00
gnu-nxflat-pcrel.ld Run codespell -w against all files 2020-02-22 14:45:07 -06:00
Kconfig Kconfig files: Fix some dependencies that have CONFIG_ in the variable name 2016-06-17 19:30:19 -06:00
libnxflat_addrenv.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
libnxflat_bind.c Sources and Docs: Fix typos and nxstyle issues 2020-10-02 04:54:52 +02:00
libnxflat_init.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
libnxflat_load.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
libnxflat_read.c binfmt/: Update copyright dates in all modified files. 2020-01-11 13:44:58 -03:00
libnxflat_uninit.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
libnxflat_unload.c binfmt/: Update copyright dates in all modified files. 2020-01-11 13:44:58 -03:00
libnxflat_verify.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
libnxflat.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
Make.defs