cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2067 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
adc87f7aa2
commit
6abf781fa1
|
@ -199,6 +199,7 @@ int files_addreflist(FAR struct filelist *list)
|
||||||
* Description: Release a reference to the file list
|
* Description: Release a reference to the file list
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
int files_releaselist(FAR struct filelist *list)
|
int files_releaselist(FAR struct filelist *list)
|
||||||
{
|
{
|
||||||
int crefs;
|
int crefs;
|
||||||
|
@ -228,7 +229,7 @@ int files_releaselist(FAR struct filelist *list)
|
||||||
|
|
||||||
/* Close each file descriptor .. Normally, you would need
|
/* Close each file descriptor .. Normally, you would need
|
||||||
* take the list semaphore, but it is safe to ignore the
|
* take the list semaphore, but it is safe to ignore the
|
||||||
* semaphore in this context because there are not references
|
* semaphore in this context because there are no references
|
||||||
*/
|
*/
|
||||||
|
|
||||||
for (i = 0; i < CONFIG_NFILE_DESCRIPTORS; i++)
|
for (i = 0; i < CONFIG_NFILE_DESCRIPTORS; i++)
|
||||||
|
|
Loading…
Reference in New Issue