xiaoxiang781216 commented on a change in pull request #5708: URL: https://github.com/apache/incubator-nuttx/pull/5708#discussion_r823479569
########## File path: arch/xtensa/src/common/xtensa_cpuint.S ########## @@ -82,6 +82,7 @@ xtensa_enable_cpuint: s32i a5, a2, 0 /* shadow |= mask */ wsr a5, INTENABLE /* Set CPU INTENABLE to shadow */ + rsync Review comment: space-.tab ########## File path: arch/xtensa/src/common/xtensa_cpuint.S ########## @@ -122,6 +123,7 @@ xtensa_disable_cpuint: s32i a5, a2, 0 /* shadow &= ~mask */ wsr a5, INTENABLE /* Set CPU INTENABLE to shadow */ + rsync Review comment: space->tab -- 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