You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/02/20 14:36:28 UTC

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2494: Fix STM32 HASH stream support

apache-mynewt-bot removed a comment on pull request #2494:
URL: https://github.com/apache/mynewt-core/pull/2494#issuecomment-782690314


   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### hw/drivers/hash/hash_stm32/src/hash_stm32.c
   <details>
   
   ```diff
   @@ -70,7 +70,7 @@
    
    static int
    stm32_hash_update(struct hash_dev *hash, void *ctx, uint16_t algo,
   -        const void *inbuf, uint32_t inlen)
   +                  const void *inbuf, uint32_t inlen)
    {
        uint32_t *u32p;
        uint8_t *u8p;
   ```
   
   </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:
users@infra.apache.org