acassis commented on code in PR #15945:
URL: https://github.com/apache/nuttx/pull/15945#discussion_r1983500657


##########
fs/littlefs/lfs_vfs.c:
##########
@@ -1121,14 +1121,7 @@ static int littlefs_rewinddir(FAR struct inode *mountpt,
 }
 
 /****************************************************************************
- * Name: littlefs_bind
- *
- * Description: This implements a portion of the mount operation. This
- *  function allocates and initializes the mountpoint private data and
- *  binds the driver inode to the filesystem private data. The final
- *  binding of the private data (containing the driver) to the
- *  mountpoint is performed by mount().
- *
+ * Name: littlefs_read_block

Review Comment:
   @Zhangshoukui since the function name and the description were wrong and you 
changed the function name, could you please include a proper Description too?



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