no1wudi opened a new pull request, #3306:
URL: https://github.com/apache/nuttx-apps/pull/3306

   ## Summary
   
   Fix coding style violations in nuttx-apps to comply with checkpatch.sh 
requirements. This change addresses various style issues identified by the 
automated style checker, including case statement formatting, include 
placement, whitespace issues, long line formatting, and bracket alignment 
across multiple application modules.
   
   ## Impact
   
   - Impact on user: NO - Pure style change, no functional changes
   - Impact on build: NO - No build system changes
   - Impact on hardware: NO - No hardware-related changes
   - Impact on documentation: NO - No documentation changes
   - Impact on security: NO - No security impact
   - Impact on compatibility: NO - No API or behavior changes
   
   ## Testing
   
   Verified all staged changes pass checkpatch.sh:
   ```
   git diff --cached | tools/checkpatch.sh -
   ✔️ All checks pass.
   ```
   
   Total changes: 19 files, 71 insertions, 42 deletions


-- 
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]

Reply via email to