nuttx-apps/interpreters/wamr
zhengyu16 48ddaadad1 nshlib, wamr: fix pre-existing style issues in touched files
Because this PR modifies nsh_fscmds.c and wamr/Kconfig, CI runs
nxstyle and codespell over the whole files and rejects pre-existing
issues that are unrelated to the rename:

  - nsh_fscmds.c: reindent misaligned switch/case blocks in cmd_dmesg,
    cmd_losetup, cmd_losmart, cmd_lomtd, cmd_mkdir, cmd_mkfatfs and
    cmd_mkrd to the standard NuttX layout.
  - wamr/Kconfig: fix two spelling typos flagged by codespell
    ("expections" -> "exceptions", "Configuable" -> "Configurable").

Style/whitespace and spelling only; no functional change.

Signed-off-by: zhengyu16 <zhengyu16@xiaomi.com>
2026-08-27 13:31:34 +08:00
..
registry wamr: Add external module registration mechanism 2024-09-28 15:47:40 +08:00
.gitignore wamr: Add external module registration mechanism 2024-09-28 15:47:40 +08:00
CMakeLists.txt cmake: Use NUTTX(_DIR/_BINARY_DIR) instead of CMAKE(_SOURCE_DIR/BINARY_DIR) 2026-08-09 10:43:01 -03:00
Kconfig nshlib, wamr: fix pre-existing style issues in touched files 2026-08-27 13:31:34 +08:00
Make.defs interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
Makefile interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
Module.mk interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
Toolchain.defs wamr: Map armv7a/thumbv7a to armv7/thumbv7 for wamrc 2025-01-17 23:31:49 +08:00
wamr_custom_init.c interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00