mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
Correct comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1232 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
*
|
*
|
||||||
* Inputs:
|
* Inputs:
|
||||||
* pathname - the full path to the block driver to be located
|
* pathname - the full path to the block driver to be located
|
||||||
* mountflags - if MS_RDONLY is set, then driver must support write
|
* mountflags - if MS_RDONLY is not set, then driver must support write
|
||||||
* operations (see include/sys/mount.h)
|
* operations (see include/sys/mount.h)
|
||||||
* ppinode - address of the location to return the inode reference
|
* ppinode - address of the location to return the inode reference
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
*
|
*
|
||||||
* Inputs:
|
* Inputs:
|
||||||
* pathname - the full path to the block driver to be opened
|
* pathname - the full path to the block driver to be opened
|
||||||
* mountflags - if MS_RDONLY is set, then driver must support write
|
* mountflags - if MS_RDONLY is not set, then driver must support write
|
||||||
* operations (see include/sys/mount.h)
|
* operations (see include/sys/mount.h)
|
||||||
* ppinode - address of the location to return the inode reference
|
* ppinode - address of the location to return the inode reference
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user