pussuw commented on code in PR #12923:
URL: https://github.com/apache/nuttx/pull/12923#discussion_r1718709110


##########
mm/map/vm_region.c:
##########
@@ -128,8 +128,10 @@ FAR void *vm_map_region(uintptr_t paddr, size_t size)
   return (void *)((uintptr_t)vaddr + (MM_PGMASK & paddr));
 
 error:
-  if (i)   /* undo alway mapped pages */
+  if (i)
     {
+      /* undo alway mapped pages */

Review Comment:
   That produces an error from the format check `mm/map/vm_region.c:131:7: 
error: If statement followed by garbage`



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