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 2020/04/12 21:09:18 UTC

[GitHub] [incubator-nuttx] hartmannathan commented on issue #773: Fix suspect DEBUGASSERT() like PR765

hartmannathan commented on issue #773: Fix suspect DEBUGASSERT() like PR765
URL: https://github.com/apache/incubator-nuttx/pull/773#issuecomment-612676268
 
 
   > @hartmannathan You will need to fix the nxstyle complaints.
   > 
   > Most likely the "Mixed case identifier" problems will not be fixable (unless they are fully local to the file). Otherwise, we can skip fixing the "Mixed case identifier" problems that span multiple files not included in the PR.
   
   I just pushed a commit that fixes the nxstyle complaints.
   
   I fixed the mixed case identifiers as well. They were fully local to the file.
   
   One of them was a non-static function that does not appear to be called from anywhere in the nuttx repository. It is for dealing with some erratum of the tms570, _errata_SSWF021_45_both_plls(). If we merge this PR it will be called _errata_sswf021_45_both_plls().

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services