apache-mynewt-bot commented on PR #1292:
URL: https://github.com/apache/mynewt-nimble/pull/1292#issuecomment-1172856899

   
   <!-- 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_hs_mbuf.c
   <details>
   
   ```diff
   @@ -95,7 +95,7 @@
        /* Prepare write request and response are the largest ATT commands which
         * contain attribute data.
         */
   -     return ble_hs_mbuf_gen_pkt(BLE_HCI_DATA_HDR_SZ +
   +    return ble_hs_mbuf_gen_pkt(BLE_HCI_DATA_HDR_SZ +
                                    BLE_L2CAP_HDR_SZ +
                                    BLE_ATT_PREP_WRITE_CMD_BASE_SZ);
    }
   ```
   
   </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.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to