xiaoxiang781216 commented on code in PR #13994: URL: https://github.com/apache/nuttx/pull/13994#discussion_r1793372995
########## drivers/note/note_driver.c: ########## @@ -243,21 +243,16 @@ static void note_common(FAR struct tcb_s *tcb, note->nc_length = length; note->nc_type = type; + note->nc_cpu = this_cpu(); Review Comment: align -- 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]
