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/30 17:10:57 UTC

[GitHub] [incubator-nuttx] patacongo commented on pull request #916: arch/arm/src/common/up_exit.c: _exit should call arm_fullcontextresto…

patacongo commented on pull request #916:
URL: https://github.com/apache/incubator-nuttx/pull/916#issuecomment-621985591


   This change is incorrect.  arm_fullcontextrestore is the correct anem for the ARM-private function.  The name up_fullcontextrestore is incorrect and must be removed and replaced with arm_fullcontestrestore.  That is the requirement of the naming convention here:  https://cwiki.apache.org/confluence/display/NUTTX/Naming+FAQ
   
   I have submitted PR #924 which replaces and correct this PR.


----------------------------------------------------------------
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