apache-mynewt-bot removed a comment on pull request #872:
URL: https://github.com/apache/mynewt-nimble/pull/872#issuecomment-707031920


   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### porting/nimble/include/os/os_mbuf.h
   <details>
   
   ```diff
   @@ -428,7 +428,7 @@
    uint16_t os_mbuf_len(const struct os_mbuf *om);
    /**
    
   -/**
   +   /**
     * Append data onto a mbuf
     *
     * @param om   The mbuf to append the data onto
   @@ -645,7 +645,7 @@
    int os_mbuf_widen(struct os_mbuf *om, uint16_t off, uint16_t len);
    /**
    
   -/**
   +   /**
     * Creates a single chained mbuf from m1 and m2 utilizing all
     * the available buffer space in all mbufs in the resulting
     * chain. In other words, ensures there is no leading space in
   ```
   
   </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


Reply via email to