xiaoxiang781216 commented on code in PR #7317: URL: https://github.com/apache/incubator-nuttx/pull/7317#discussion_r996432560
########## fs/vfs/fs_rename.c: ########## @@ -90,7 +90,7 @@ static int pseudorename(FAR const char *oldpath, FAR struct inode *oldinode, { inode_release(newinode); ret = OK; - goto errout; /* Bad naming, this is not an error case. */ + goto errout; /* Same name, this is not an error case. */ Review Comment: Could be -- 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