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


##########
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)
 {
-  int                             ret;
-  uint16_t                        nextsector;
-  uint16_t                        sector;
-  uint16_t                        count;
-  uint16_t                        entrysize;
-  uint16_t                        offset;
-  struct smartfs_entry_header_s  *direntry;
-  struct smartfs_chain_header_s  *header;
-  struct smart_read_write_s       readwrite;
+  int                            ret;
+  uint16_t                       nextsector;
+  uint16_t                       sector;
+  uint16_t                       count;
+  uint16_t                       entrysize;
+  uint16_t                       offset;
+  struct smartfs_entry_header_s *direntry;
+  struct smartfs_chain_header_s *header;

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