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

   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### nimble/drivers/nrf52/src/ble_phy.c
   <details>
   
   ```diff
   @@ -1102,7 +1100,8 @@
            if (g_ble_phy_data.phy_encrypted) {
                while (NRF_CCM->EVENTS_ENDCRYPT == 0) {
                    /* Make sure CCM finished */
   -            };
   +            }
   +            ;
    
                /* Only set MIC failure flag if frame is not zero length */
                if ((dptr[1] != 0) && (NRF_CCM->MICSTATUS == 0)) {
   ```
   
   </details>
   
   #### nimble/drivers/nrf5340/src/ble_phy.c
   <details>
   
   ```diff
   @@ -960,7 +960,8 @@
            if (g_ble_phy_data.phy_encrypted) {
                while (NRF_CCM_NS->EVENTS_ENDCRYPT == 0) {
                    /* Make sure CCM finished */
   -            };
   +            }
   +            ;
    
                /* Only set MIC failure flag if frame is not zero length */
                if ((dptr[1] != 0) && (NRF_CCM_NS->MICSTATUS == 0)) {
   ```
   
   </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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to