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


   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### hw/drivers/sensors/ina219/include/ina219/ina219.h
   <details>
   
   ```diff
   @@ -107,10 +107,10 @@
    
    /* Define the stats section and records */
    STATS_SECT_START(ina219_stat_section)
   -    STATS_SECT_ENTRY(read_count)
   -    STATS_SECT_ENTRY(write_count)
   -    STATS_SECT_ENTRY(read_errors)
   -    STATS_SECT_ENTRY(write_errors)
   +STATS_SECT_ENTRY(read_count)
   +STATS_SECT_ENTRY(write_count)
   +STATS_SECT_ENTRY(read_errors)
   +STATS_SECT_ENTRY(write_errors)
    STATS_SECT_END
    
    struct ina219_dev {
   ```
   
   </details>
   
   #### hw/drivers/sensors/ina219/src/ina219.c
   <details>
   
   ```diff
   @@ -31,10 +31,10 @@
    
    /* Define stat names for querying */
    STATS_NAME_START(ina219_stat_section)
   -        STATS_NAME(ina219_stat_section, read_count)
   -        STATS_NAME(ina219_stat_section, write_count)
   -        STATS_NAME(ina219_stat_section, read_errors)
   -        STATS_NAME(ina219_stat_section, write_errors)
   +STATS_NAME(ina219_stat_section, read_count)
   +STATS_NAME(ina219_stat_section, write_count)
   +STATS_NAME(ina219_stat_section, read_errors)
   +STATS_NAME(ina219_stat_section, write_errors)
    STATS_NAME_END(ina219_stat_section)
    
    /* Exports for the sensor API */
   ```
   
   </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:
[email protected]


Reply via email to