anchao commented on code in PR #15520: URL: https://github.com/apache/nuttx/pull/15520#discussion_r1913518805
########## drivers/note/note_driver.c: ########## @@ -2034,10 +2034,10 @@ void sched_note_filter_irq(FAR struct note_filter_named_irq_s *oldf, void sched_note_filter_tag(FAR struct note_filter_named_tag_s *oldf, FAR struct note_filter_named_tag_s *newf) { - irqstate_t falgs; FAR struct note_driver_s **driver; + irqstate_t irq_mask; Review Comment: the naming style in note_driver.c is irq_mask -- 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