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 2020/05/28 23:18:41 UTC

[GitHub] [mynewt-core] ccollins476ad opened a new pull request #2299: Native sock fixes

ccollins476ad opened a new pull request #2299:
URL: https://github.com/apache/mynewt-core/pull/2299


   Some miscellaneous fixes for the `net/ip/native_sock` package.


----------------------------------------------------------------
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



[GitHub] [mynewt-core] ccollins476ad merged pull request #2299: Native sock fixes

Posted by GitBox <gi...@apache.org>.
ccollins476ad merged pull request #2299:
URL: https://github.com/apache/mynewt-core/pull/2299


   


----------------------------------------------------------------
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



[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2299: Native sock fixes

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on pull request #2299:
URL: https://github.com/apache/mynewt-core/pull/2299#issuecomment-635667173


   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### net/ip/native_sockets/src/native_sock.c
   <details>
   
   ```diff
   @@ -260,7 +260,7 @@
    
    int
    native_sock_create(struct mn_socket **sp, uint8_t domain,
   -  uint8_t type, uint8_t proto)
   +                   uint8_t type, uint8_t proto)
    {
        struct native_sock_state *nss = &native_sock_state;
        struct native_sock *ns;
   ```
   
   </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