mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
Run codespell -w with the latest dictonary again
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
55a7dfc9a7
commit
cde88cabcc
@@ -765,7 +765,7 @@ static int unionfs_unbind_child(FAR struct unionfs_mountpt_s *um)
|
||||
}
|
||||
else if (ret > 0)
|
||||
{
|
||||
/* REVISIT: This is bad if the file sysem cannot support a deferred
|
||||
/* REVISIT: This is bad if the file system cannot support a deferred
|
||||
* unmount. Ideally it would perform the unmount when the last file
|
||||
* is closed. But I don't think any file system do that.
|
||||
*/
|
||||
@@ -1834,7 +1834,7 @@ static int unionfs_readdir(struct inode *mountpt, struct fs_dirent_s *dir)
|
||||
{
|
||||
/* There is something there!
|
||||
* REVISIT: We could allow files and directories to
|
||||
* have duplicat names.
|
||||
* have duplicate names.
|
||||
*/
|
||||
|
||||
return -ENOENT;
|
||||
@@ -1902,7 +1902,7 @@ static int unionfs_readdir(struct inode *mountpt, struct fs_dirent_s *dir)
|
||||
{
|
||||
/* There is something there!
|
||||
* REVISIT: We could allow files and directories to
|
||||
* have duplicat names.
|
||||
* have duplicate names.
|
||||
*/
|
||||
|
||||
duplicate = true;
|
||||
|
||||
Reference in New Issue
Block a user