apache-mynewt-bot commented on issue #2175: da1469x: add initial crypto driver
URL: https://github.com/apache/mynewt-core/pull/2175#issuecomment-598415853
 
 
   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### hw/drivers/crypto/crypto_da1469x/src/crypto_da1469x.c
   <details>
   
   ```diff
   @@ -148,11 +148,11 @@
        case 256:
            *keyreg++ = os_bswap_32(*keyp32); keyp32++;
            *keyreg++ = os_bswap_32(*keyp32); keyp32++;
   -        /* fallthrough */
   +    /* fallthrough */
        case 192:
            *keyreg++ = os_bswap_32(*keyp32); keyp32++;
            *keyreg++ = os_bswap_32(*keyp32); keyp32++;
   -        /* fallthrough */
   +    /* fallthrough */
        case 128:
        default:
            *keyreg++ = os_bswap_32(*keyp32); keyp32++;
   ```
   
   </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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to