xiaoxiang781216 commented on code in PR #8002:
URL: https://github.com/apache/nuttx/pull/8002#discussion_r1058952982
##########
include/nuttx/note/note_driver.h:
##########
@@ -78,8 +78,10 @@ struct note_driver_ops_s
FAR volatile void *spinlock, int type);
#endif
#ifdef CONFIG_SCHED_INSTRUMENTATION_SYSCALL
- CODE void (*syscall_enter)(FAR struct note_driver_s *drv, int nr);
- CODE void (*syscall_leave)(FAR struct note_driver_s *drv, int nr);
+ CODE void (*syscall_enter)(FAR struct note_driver_s *drv,
+ int nr, int argc, va_list *ap);
Review Comment:
let's add printf_like modifiler
--
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]