johannes-nivus edited a comment on issue #548: arch/xtensa/src/common/xtensa_abi.h: nxstyle fixes URL: https://github.com/apache/incubator-nuttx/pull/548#issuecomment-598864132 Then we could check for ``` #ifdef __ASSEMBLY__ ``` inside header files and ignore file sections guarded by it. That would fix already many if not most of the issues. Edit: I had a closer look at the assembly files and I think by evaluating ``` #ifdef __ASSEMBLY__ ``` and then skipping some checks would be enough. I'd like to keep at least the preprocessor lines and comment checks in place.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
