acassis commented on PR #14549:
URL: https://github.com/apache/nuttx/pull/14549#issuecomment-2445284295

   @robertc2000 please fix the coding style issues:
   
   ```
   Error: 
/home/runner/work/nuttx/nuttx/nuttx/wireless/bluetooth/bt_hcicore.c:746:6: 
error: C++ style comment
   Error: 
/home/runner/work/nuttx/nuttx/nuttx/wireless/bluetooth/bt_hcicore.c:910:54: 
error: Left bracket not on separate line
   Error: 
/home/runner/work/nuttx/nuttx/nuttx/wireless/bluetooth/bt_hcicore.c:915:93: 
error: Long line found
   Error: 
/home/runner/work/nuttx/nuttx/nuttx/wireless/bluetooth/bt_hcicore.c:930:43: 
error: Upper case hex constant found
   Error: 
/home/runner/work/nuttx/nuttx/nuttx/wireless/bluetooth/bt_hcicore.c:932:85: 
error: Long line found
   Error: 
/home/runner/work/nuttx/nuttx/nuttx/wireless/bluetooth/bt_hcicore.c:2131:57: 
error: Dangling whitespace at the end of line
   ```
   
   You can use the nxstyle tool or the checkpatch.sh (that uses the nxstyle) to 
find issue before creating the commit, more info: 
https://nuttx.apache.org/docs/latest/contributing/index.html


-- 
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

Reply via email to