nuttx/net/tcp
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
..
Kconfig
Make.defs
tcp_accept.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
tcp_appsend.c
tcp_backlog.c
tcp_callback.c
tcp_close.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
tcp_conn.c Sources and Docs: Fix typos and nxstyle issues 2020-10-02 04:54:52 +02:00
tcp_connect.c Run nxstyle all .c and .h files modified by PR. 2020-05-17 14:01:00 -03:00
tcp_devpoll.c
tcp_finddev.c
tcp_getsockopt.c
tcp_input.c net: tcp: Fix port info in warning message in tcp_input.c 2020-05-19 13:36:45 +08:00
tcp_ipselect.c
tcp_listen.c
tcp_monitor.c
tcp_netpoll.c Don't need monitor IOB buffer empty event for POLLOUT implementation 2020-05-13 06:50:07 -06:00
tcp_notifier.c
tcp_recvfrom.c Run nxstyle all .c and .h files modified by PR. 2020-05-17 14:01:00 -03:00
tcp_recvwindow.c
tcp_send_buffered.c
tcp_send_unbuffered.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
tcp_send.c
tcp_sendfile.c Run nxstyle all .c and .h files modified by PR. 2020-05-17 14:01:00 -03:00
tcp_seqno.c
tcp_setsockopt.c Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
tcp_timer.c net/tcp/tcp_timer.c: Remove redundant assignments 2020-08-03 22:52:31 -05:00
tcp_txdrain.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
tcp_wrbuffer_dump.c
tcp_wrbuffer.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
tcp.h Don't need monitor IOB buffer empty event for POLLOUT implementation 2020-05-13 06:50:07 -06:00