aviralgarg05 commented on code in PR #18140:
URL: https://github.com/apache/nuttx/pull/18140#discussion_r2725909724


##########
include/nuttx/trace.h:
##########
@@ -34,273 +34,272 @@
  ****************************************************************************/
 
 #ifdef CONFIG_TRACE
-#  define trace_begin(tag) sched_note_begin(tag)
-#  define trace_end(tag) sched_note_end(tag)
-#  define trace_beginex(tag, name) sched_note_beginex(tag, name)
-#  define trace_endex(tag, name) sched_note_endex(tag, name)
-#  define trace_mark(tag, s) sched_note_mark(tag, s)
-#  define trace_printf(tag, fmt, ...) sched_note_printf(tag, fmt, 
##__VA_ARGS__)
+#define trace_begin(tag) sched_note_begin(tag)
+#define trace_end(tag) sched_note_end(tag)
+#define trace_beginex(tag, name) sched_note_beginex(tag, name)
+#define trace_endex(tag, name) sched_note_endex(tag, name)
+#define trace_mark(tag, s) sched_note_mark(tag, s)
+#define trace_printf(tag, fmt, ...) sched_note_printf(tag, fmt, ##__VA_ARGS__)

Review Comment:
   Fixed that 👍🏻



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

Reply via email to