Rename file_close_detached() to juse file_close() for better consistency in naming.

This commit is contained in:
Gregory Nutt
2018-09-15 13:04:56 -06:00
parent b48f46f1c8
commit 3a4984a40b
20 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ int bchdev_unregister(FAR const char *chardev)
ret = file_ioctl(&filestruct, DIOC_GETPRIV,
(unsigned long)((uintptr_t)&bch));
(void)file_close_detached(&filestruct);
(void)file_close(&filestruct);
if (ret < 0)
{