utzig commented on PR #2808:
URL: https://github.com/apache/mynewt-core/pull/2808#issuecomment-1101318022

   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### hw/battery/src/battery.c
   <details>
   
   ```diff
   @@ -41,17 +41,17 @@
        struct battery_prop_listener *ld_listener;
    };
    
   -    struct battery_manager {
   +struct battery_manager {
        /* The lock for battery object */
   -struct os_mutex bm_lock;
   -
   -struct battery *bm_batteries[BATTERY_MAX_COUNT];
   +    struct os_mutex bm_lock;
   +
   +    struct battery *bm_batteries[BATTERY_MAX_COUNT];
    
        /** Event queue */
   -struct os_eventq *bm_eventq;
   +    struct os_eventq *bm_eventq;
    
        /** Manages poll rates of the batteries */
   -struct os_callout bm_poll_callout;
   +    struct os_callout bm_poll_callout;
    
    } battery_manager;
    
   ```
   
   </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