xiaoxiang781216 commented on code in PR #7443:
URL: https://github.com/apache/incubator-nuttx/pull/7443#discussion_r1006895682


##########
arch/sparc/src/sparc_v8/up_initialstate.c:
##########
@@ -71,7 +71,7 @@ void up_initial_state(struct tcb_s *tcb)
   if (tcb->pid == IDLE_PROCESS_ID)
     {
       tcb->stack_alloc_ptr = (void *)(g_idle_topstack -
-                                      (CONFIG_SMP_NCPUS * 
CONFIG_IDLETHREAD_STACKSIZE));
+                           (CONFIG_SMP_NCPUS * CONFIG_IDLETHREAD_STACKSIZE));

Review Comment:
   it's simple, you may try this sequence:
   git rebase --interactive HEAD~2
   change pick to edit for the first patch
   make the change and git commit --amend
   git rebase --continue



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

Reply via email to