Skip to content

system/lzf: Fix missing space in Kconfig help text.#3509

Merged
cederom merged 1 commit into
apache:masterfrom
Zepp-Hanzj:fix/lzf-kconfig-typo
May 28, 2026
Merged

system/lzf: Fix missing space in Kconfig help text.#3509
cederom merged 1 commit into
apache:masterfrom
Zepp-Hanzj:fix/lzf-kconfig-typo

Conversation

@Zepp-Hanzj
Copy link
Copy Markdown

Summary

Fix a missing space in the Kconfig help text for SYSTEM_LZF:

- Enable theLZF compression tool
+ Enable the LZF compression tool

Impact

  • Impact on build: NO
  • Impact on hardware: NO
  • Impact on documentation: NO (this is a Kconfig help text fix, not Sphinx docs)
  • Impact on security: NO
  • Impact on compatibility: NO

Testing

  • checkpatch.sh -f system/lzf/Kconfig: All checks pass.
  • Verified the fix in the Kconfig file.

Self-Check

  • PR title follows NuttX convention: <subsystem>: <description>.
  • Commit body explains what changed, how, and why
  • Signed-off-by present
  • checkpatch passes
  • Single file, minimal diff (+1/-1)

Copy link
Copy Markdown
Contributor

@cederom cederom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @Zepp-Hanzj :-)

@cederom cederom requested review from acassis, linguini1 and lupyuen May 28, 2026 14:05
@cederom
Copy link
Copy Markdown
Contributor

cederom commented May 28, 2026

ci/msys needs restart when ready. cannot restart at the moment.

Fix a missing space in the Kconfig help text for SYSTEM_LZF:
'Enable theLZF' → 'Enable the LZF'.

Signed-off-by: Zepp-Hanzj <Zepp-Hanzj@users.noreply.github.com>
Signed-off-by: hanzj <hanzjian@zepp.com>
@Zepp-Hanzj Zepp-Hanzj force-pushed the fix/lzf-kconfig-typo branch from b1e84e2 to ddf3e5e Compare May 28, 2026 14:53
@cederom cederom merged commit 07647d3 into apache:master May 28, 2026
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants