patacongo edited a comment on pull request #962: URL: https://github.com/apache/incubator-nuttx/pull/962#issuecomment-623175266
One nxstyle complete is normal and to be expected: syscall/syscall_stublookup.c:433:3: warning: #include outside of 'Included Files' section This is a case where the included file is not a normal header file but is C data used to populate an array. Hence, it is included in the "Public Data" section where the array must be initialized. This is acceptable and should be considered if you choose to merge this PR. ---------------------------------------------------------------- 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