nuttx/arch/z80/src/common
Huang Qi e09048cc88 style: Fix "is is" typo across the codebase.
Correct duplicate "is is" word found in 181 files throughout the
codebase.
In most cases "is is" was changed to "is", but in contexts like
"MCU is is sleep mode" it was corrected to "MCU in sleep mode".

Also fixes a "the the" typo in net/inet/inet_sockif.c.

This is a pure style/documentation fix that improves code readability.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2026-03-24 09:39:26 +08:00
..
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
z80_allocateheap.c arch/z80: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
z80_createstack.c style: Fix "is is" typo across the codebase. 2026-03-24 09:39:26 +08:00
z80_doirq.c arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
z80_exit.c arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
z80_idle.c arch/z80: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
z80_initialize.c arch/z80: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
z80_internal.h arch: move some macros to public code. 2026-01-20 01:53:08 +08:00
z80_interruptcontext.c arch/z80: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
z80_nputs.c arch/z80: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
z80_releasestack.c arch/z80: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
z80_stackframe.c arch: rename STACK_ALIGNMENT to STACKFRAME_ALIGN across all architectures 2026-01-22 15:37:24 +08:00
z80_switchcontext.c arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
z80_usestack.c arch: Add stack alignment and stack size checking when CONFIG_TLS_ALIGNED=y 2026-01-22 22:18:11 +08:00