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


##########
include/nuttx/mm/mm.h:
##########
@@ -142,8 +142,12 @@
 #  define MM_DUMP_ALLOC(dump, node) \
     ((node) != NULL && (dump)->pid == PID_MM_ALLOC && \
      (node)->pid != PID_MM_MEMPOOL)
+#ifdef CONFIG_MM_BACKTRACE_SEQNO

Review Comment:
   add indent



##########
include/nuttx/mm/mm.h:
##########
@@ -142,8 +142,12 @@
 #  define MM_DUMP_ALLOC(dump, node) \
     ((node) != NULL && (dump)->pid == PID_MM_ALLOC && \
      (node)->pid != PID_MM_MEMPOOL)
+#ifdef CONFIG_MM_BACKTRACE_SEQNO
 #  define MM_DUMP_SEQNO(dump, node) \

Review Comment:
   ditto



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