xiaoxiang781216 commented on code in PR #13579:
URL: https://github.com/apache/nuttx/pull/13579#discussion_r1776151562
##########
libs/libc/modlib/modlib_unload.c:
##########
@@ -79,6 +106,7 @@ int modlib_unload(FAR struct mod_loadinfo_s *loadinfo)
lib_free((FAR void *)loadinfo->datastart);
#endif
Review Comment:
add two spaces after #
##########
binfmt/binfmt_unloadmodule.c:
##########
@@ -161,6 +161,32 @@ int unload_module(FAR struct binary_s *binp)
file_munmap(binp->mapped, binp->mapsize);
}
+#ifdef CONFIG_ARCH_USE_SEPARATED_SECTION
+ for (i = 0; binp->sectalloc[i] != NULL && i < binp->nsect; i++)
Review Comment:
add one level indent
--
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]