no1wudi opened a new pull request, #17820: URL: https://github.com/apache/nuttx/pull/17820
## Summary Fix checkpatch style violations by removing unnecessary parentheses around case labels in switch statements for power management callback functions across multiple board-specific LED and LCD drivers. ## Impact - Impact on user: NO - Pure style fix, no functional changes - Impact on build: NO - Only formatting changes - Impact on hardware: NO - Impact on documentation: NO - Impact on security: NO - Impact on compatibility: NO ## Testing Build Host: Ubuntu 22.04, x86_64, GCC 11.3.0 Target: Multiple (ARM and RISC-V boards) Verified `./tools/checkpatch.sh -` on staged changes passes: ``` ✔️ All checks pass. ``` Modified 38 files: - 37 board-specific LED/LCD drivers (`boards/arm/*`, `boards/risc-v/*`) - 1 tool script (`tools/rp2040/make_flash_fs.c`) -- 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]
