raiden00pl opened a new pull request, #19555: URL: https://github.com/apache/nuttx/pull/19555
## Summary This PR fixes a lot of gaps in the nxstyle tool. Unfortunately, the codebase contains many inconsistencies with the coding standard. Fixing everything might mess up git history a bit, so I'm not sure if it's worth it. For now I only fixed nxstyle.c, sched, audio and net ## Impact better compatibility with nuttx coding style. This solves some of the issues related to nxstyle, but I didn't check which ones: https://github.com/apache/nuttx/issues?q=is%3Aissue%20state%3Aopen%20nxstyle ## Testing Output from `/tools/nxstyle_sweep.sh` that checks all files: ``` nxstyle-errors.txt: 101060 diagnostics nxstyle-files.txt: 2690 files Checked 17165 files, 2690 failed ``` -- 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]
