xiaoxiang781216 commented on code in PR #14926:
URL: https://github.com/apache/nuttx/pull/14926#discussion_r1856876186


##########
drivers/note/noterpmsg_driver.c:
##########
@@ -49,6 +50,7 @@ struct noterpmsg_driver_s
   uint8_t               buffer[CONFIG_DRIVERS_NOTERPMSG_BUFSIZE];
   struct work_s         work;
   struct rpmsg_endpoint ept;
+  spinlock_t            note_driver_lock;

Review Comment:
   ```suggestion
     spinlock_t            lock;
   ```



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