PasunuriSrinidhi commented on PR #8824: URL: https://github.com/apache/nuttx/pull/8824#issuecomment-1484125688
> please ignore the style check error : Mixed case identifier found > > ``` > ../nuttx/tools/checkpatch.sh -u -m -g b864f376135c7055d982e95ed6d862ef8f07330e..HEAD > Error: /home/runner/work/nuttx/nuttx/nuttx/libs/libm/newlib/include/math.h:59:7: error: Mixed case identifier found > Error: /home/runner/work/nuttx/nuttx/nuttx/libs/libm/newlib/include/math.h:[13](https://github.com/apache/nuttx/actions/runs/4423582588/jobs/7756456883#step:3:14)6:2: error: Mixed case identifier found > Error: /home/runner/work/nuttx/nuttx/nuttx/libs/libm/newlib/include/math.h:[14](https://github.com/apache/nuttx/actions/runs/4423582588/jobs/7756456883#step:3:15)0:20: error: Mixed case identifier found > Error: /home/runner/work/nuttx/nuttx/nuttx/libs/libm/newlib/include/math_config.h:445:9: error: Mixed case identifier found > Error: /home/runner/work/nuttx/nuttx/nuttx/libs/libm/newlib/include/math_config.h:447:9: error: Mixed case identifier found > Error: /home/runner/work/nuttx/nuttx/nuttx/libs/libm/newlib/include/math_config.h:448:9: error: Mixed case identifier found > Error: Process completed with exit code 1. > ``` To fix this error, you should update the code to use consistent capitalization for identifiers. This means using all upper-case letters for constants, and using lower-case letters for variables and functions. Once you've made the necessary changes, you can rerun the checkpatch.sh script to ensure that the code is now compliant with the NuttX coding style. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org