apache-mynewt-bot commented on pull request #851: URL: https://github.com/apache/mynewt-nimble/pull/851#issuecomment-667840004
<!-- 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 @@ -210,7 +210,7 @@ uint16_t om_total; int timeout_len = 1000; - /* Set timeout for receiveing continuation. If timeout + /* Set timeout for receiveing continuation. If timeout * expires, return credits. */ os_callout_stop(&l2cap_continuation_timeout); @@ -276,7 +276,7 @@ assert(rc == 0); BLE_HS_LOG(DEBUG, "Continuation...received %d\n", (*om)->om_len); - rc = os_mbuf_appendfrom(rx->sdu, *om, 0, om_total); + rc = os_mbuf_appendfrom(rx->sdu, *om, 0, om_total); if (rc != 0) { /* FIXME: need to handle it better */ BLE_HS_LOG(DEBUG, "Could not append data rc=%d\n", rc); ``` </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: [email protected]
