You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/05/25 06:27:34 UTC

[GitHub] [incubator-nuttx] Donny9 commented on a change in pull request #3725: cmd/free: add nused/nfree field in command free

Donny9 commented on a change in pull request #3725:
URL: https://github.com/apache/incubator-nuttx/pull/3725#discussion_r638489605



##########
File path: mm/mm_heap/mm_mallinfo.c
##########
@@ -92,6 +93,7 @@ int mm_mallinfo(FAR struct mm_heap_s *heap, FAR struct mallinfo *info)
           if ((node->preceding & MM_ALLOC_BIT) != 0)
             {
               DEBUGASSERT(node->size >= SIZEOF_MM_ALLOCNODE);
+              aordblks ++;

Review comment:
       > "No space separating unary operators"
   > 
   > https://github.com/apache/incubator-nuttx/blob/master/Documentation/contributing/coding_style.rst#operators
   
   Done. Thank you.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org