xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r989880759


##########
fs/smartfs/smartfs_utils.c:
##########
@@ -1121,15 +1103,15 @@ int smartfs_createentry(FAR struct smartfs_mountpt_s 
*fs,
 int smartfs_deleteentry(struct smartfs_mountpt_s *fs,
         struct smartfs_entry_s *entry)

Review Comment:
   Done



##########
fs/smartfs/smartfs_utils.c:
##########
@@ -889,7 +871,7 @@ int smartfs_createentry(FAR struct smartfs_mountpt_s *fs,
 
       /* Get the next chained sector */
 
-      chainheader = (struct smartfs_chain_header_s *) fs->fs_rwbuffer;
+      chainheader = (struct smartfs_chain_header_s *)fs->fs_rwbuffer;

Review Comment:
   Done



-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to