Zepp-Hanzj opened a new pull request, #3509: URL: https://github.com/apache/nuttx-apps/pull/3509
## Summary Fix a missing space in the Kconfig help text for `SYSTEM_LZF`: ```diff - Enable theLZF compression tool + Enable the LZF compression tool ``` ## Impact - [x] Impact on build: NO - [x] Impact on hardware: NO - [x] Impact on documentation: NO (this is a Kconfig help text fix, not Sphinx docs) - [x] Impact on security: NO - [x] Impact on compatibility: NO ## Testing - `checkpatch.sh -f system/lzf/Kconfig`: All checks pass. - Verified the fix in the Kconfig file. ## Self-Check - [x] PR title follows NuttX convention: `<subsystem>: <description>.` - [x] Commit body explains what changed, how, and why - [x] Signed-off-by present - [x] checkpatch passes - [x] Single file, minimal diff (+1/-1) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
