Continued mkfatfs work

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@802 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-08-05 23:52:44 +00:00
parent 9e1d3f8984
commit 8a30c6b64a
6 changed files with 153 additions and 12 deletions
+4 -3
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* fs/fat/fs_write.c
* fs/fat/fs_writefat.c
*
* Copyright (C) 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
@@ -504,8 +504,9 @@ static inline int mkfatfs_writerootdir(FAR struct fat_format_s *fmt,
* Write the configured fat filesystem to the block device
*
* Input:
* fmt - User specified format parameters
* var - Other format parameters that are not user specifiable
* fmt - Caller specified format parameters
* var - Other format parameters that are not caller specifiable. (Most
* set by mkfatfs_configfatfs()).
*
* Return:
* Zero on success; negated errno on failure