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

   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### nimble/controller/src/ble_ll_adv.c
   <details>
   
   ```diff
   @@ -193,11 +192,11 @@
    #define BLE_LL_ADV_SM_FLAG_CONN_RSP_TXD_ERR         0x8000
    
    #define ADV_DATA_LEN(_advsm) \
   -                ((_advsm->adv_data) ? OS_MBUF_PKTLEN(advsm->adv_data) : 0)
   +    ((_advsm->adv_data) ? OS_MBUF_PKTLEN(advsm->adv_data) : 0)
    #define SCAN_RSP_DATA_LEN(_advsm) \
   -                ((_advsm->scan_rsp_data) ? 
OS_MBUF_PKTLEN(advsm->scan_rsp_data) : 0)
   +    ((_advsm->scan_rsp_data) ? OS_MBUF_PKTLEN(advsm->scan_rsp_data) : 0)
    #define AUX_DATA_LEN(_advsm) \
   -                (*(_advsm->aux_data) ? OS_MBUF_PKTLEN(*advsm->aux_data) : 0)
   +    (*(_advsm->aux_data) ? OS_MBUF_PKTLEN(*advsm->aux_data) : 0)
    
    #define AUX_CURRENT(_advsm)     (&(_advsm->aux[_advsm->aux_index]))
    #define AUX_NEXT(_advsm)        (&(_advsm->aux[_advsm->aux_index ^ 1]))
   ```
   
   </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