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/18 23:47:03 UTC

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2491: Fix Kinetis HASH driver with small length buffers

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


   
   <!-- 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_kinetis/src/hash_kinetis.c
   <details>
   
   ```diff
   @@ -72,7 +72,7 @@
    
    static int
    kinetis_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 i;
        uint32_t remain;
   ```
   
   </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