gustavonihei commented on a change in pull request #5008:
URL: https://github.com/apache/incubator-nuttx/pull/5008#discussion_r772000964



##########
File path: arch/xtensa/src/common/xtensa_dumpstate.c
##########
@@ -168,7 +168,7 @@ static inline void xtensa_registerdump(void)
 
 void xtensa_dumpstate(void)
 {
-  struct tcb_s *rtcb = running_task();
+  FAR struct tcb_s *rtcb = running_task();

Review comment:
       > But this seems to be not a valid statement as I see in 
`arch/risc-v/src`
   
   The fact that new code introduced those qualifiers back does not invalidate 
my statement. They were completely removed from RISC-V and Xtensa archs in a 
past PR.
   
   > Done
   
   Thanks.
   




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to