You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/07/01 16:26:27 UTC

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #4036: drivers/sensors/hyt271: Fix typos in comments and identifier

hartmannathan opened a new pull request #4036:
URL: https://github.com/apache/incubator-nuttx/pull/4036


   ## Summary
   
   drivers/sensors/hyt271.c:
   
   - struct hyt271_dev_s: Identifier `lock_measure_cylce` was misspelled. Fix to `lock_measure_cycle` and update all instances in the file.
   - `hyt271_mr()`, `hyt271_cmd()`, `hyt271_change_addr()`, `hyt271_measure_read()`, `hyt271_thread()`: Update instances of the renamed `lock_measure_cycle` variable and fix various typos in comments.
   
   ## Impact
   
   Improves readability.
   
   ## Testing
   
   nxstyle.


-- 
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-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4036: drivers/sensors/hyt271: Fix typos in comments and identifier

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4036:
URL: https://github.com/apache/incubator-nuttx/pull/4036


   


-- 
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-unsubscribe@nuttx.apache.org

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