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 2022/11/28 06:10:16 UTC

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7712: romfs meet localtime in syslog

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


##########
fs/romfs/fs_romfs.c:
##########
@@ -1073,7 +1073,7 @@ static int romfs_bind(FAR struct inode *blkdriver, FAR const void *data,
    * have to addref() here (but does have to release in ubind().
    */
 
-  nxrmutex_init(&rm->rm_lock);   /* Initialize the mutex that controls access */
+  nxrmutex_init(&rm->rm_lock);  /* Initialize the mutex that controls access */

Review Comment:
   move to previous patch



-- 
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: commits-unsubscribe@nuttx.apache.org

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