utzig commented on PR #1249:
URL: https://github.com/apache/mynewt-nimble/pull/1249#issuecomment-1122860390

   
   <!-- 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
   @@ -133,7 +133,7 @@
    
    /** Get a packet header pointer given an mbuf pointer */
    #define OS_MBUF_PKTHDR(__om) ((struct os_mbuf_pkthdr *)(uintptr_t)  \
   -                (void *)((uint8_t *)&(__om)->om_data + sizeof(struct 
os_mbuf)))
   +                              (void *)((uint8_t *)&(__om)->om_data + 
sizeof(struct os_mbuf)))
    
    /** Given a mbuf packet header pointer, return a pointer to the mbuf */
    #define OS_MBUF_PKTHDR_TO_MBUF(__hdr)   \
   ```
   
   </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.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to