You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2020/04/16 13:27:38 UTC

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on issue #799: nimble/host: Minor fixes around the host.

apache-mynewt-bot commented on issue #799: nimble/host: Minor fixes around the host.
URL: https://github.com/apache/mynewt-nimble/pull/799#issuecomment-614652316
 
 
   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### nimble/host/src/ble_l2cap_coc.c
   <details>
   
   ```diff
   @@ -455,7 +455,7 @@
            if (rc) {
                rc = BLE_HS_ENOMEM;
                BLE_HS_LOG(DEBUG, "Could not append data rc=%d", rc);
   -           goto failed;
   +            goto failed;
            }
    
            ble_hs_lock();
   ```
   
   </details>

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services