pkarashchenko commented on a change in pull request #5729: URL: https://github.com/apache/incubator-nuttx/pull/5729#discussion_r825349105
########## File path: arch/xtensa/src/common/xtensa_context.S ########## @@ -80,32 +81,28 @@ * * Description: * - * NOTE: MUST BE CALLED ONLY BY 'CALL0' INSTRUCTION! + * NOTE: MUST BE CALLED ONLY BY 'CALL0' INSTRUCTION! Review comment: Please revert to spaces in comments in this file as well ########## File path: arch/xtensa/src/common/xtensa_context.S ########## @@ -185,114 +194,19 @@ _xtensa_context_save: * * Description: * - * This functions implements the moral equivalent of setjmp(). It is - * called from user code (with interrupts disabled) to save the current - * state of the running thread. This function always returns zero. - * However, it sets the saved value of the return address (A2) to 1. - * If the thread is s via _xtensa_context_restore or - * xtensa_context_restore, it will appear as a second return from - * xtensa_context_save but with the returned value of 1 to distinguish - * the two cases. + * This function implements the moral equivalent of setjmp(). It is Review comment: ditto -- 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...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org