acassis commented on pull request #1721: URL: https://github.com/apache/incubator-nuttx/pull/1721#issuecomment-687637147
Hi @barbiani thank you for this patch. You need to run the nxstyle and fix all issues reported, probably the original file was already with the issue, but it is important to fix it when submitting a patch. You can do it this way: <pre> $ cd tools $ make nxstyle $ cd .. $ ./tools/nxstyle arch/arm/src/tiva/common/tiva_timerlow32.c </pre> It will report all the issues that are preventing the CI to pass. ---------------------------------------------------------------- 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: us...@infra.apache.org