Fixes to Libc, Doxygen Comments and VTerm layout
[tpg/acess2.git] / Kernel / vfs / fs / ext2.c
index 8ee26af..be50e6c 100644 (file)
@@ -69,7 +69,7 @@ int Ext2_Install(char **Arguments)
 }\r
 \r
 /**\r
- \fn tVFS_Node *Ext2_initDevice(char *Device, char **Options)\r
+ \fn tVFS_Node *Ext2_InitDevice(char *Device, char **Options)\r
  \brief Initializes a device to be read by by the driver\r
  \param Device String - Device to read from\r
  \param Options        NULL Terminated array of option strings\r
@@ -336,7 +336,7 @@ addBlocks:
 }\r
 \r
 /**\r
- * \fn void Ext2_CloseFile(vfs_node *Node)\r
+ * \fn void Ext2_CloseFile(tVFS_Node *Node)\r
  * \brief Close a file (Remove it from the cache)\r
  */\r
 void Ext2_CloseFile(tVFS_Node *Node)\r
@@ -487,11 +487,11 @@ int Ext2_MkNod(tVFS_Node *Parent, char *Name, Uint Flags)
 \r
 \r
 /**\r
\fn int Ext2_int_GetInode(vfs_node *Node, tExt2_Inode *Inode)\r
- \brief Gets the inode descriptor for a node\r
\param node   node to get the Inode of\r
\param inode  Destination\r
-*/\r
* \fn int Ext2_int_GetInode(tVFS_Node *Node, tExt2_Inode *Inode)\r
\brief Gets the inode descriptor for a node\r
* \param Node node to get the Inode of\r
* \param Inode        Destination\r
+ */\r
 int Ext2_int_GetInode(tVFS_Node *Node, tExt2_Inode *Inode)\r
 {\r
        return Ext2_int_ReadInode(Node->ImplPtr, Node->Inode, Inode);\r

UCC git Repository :: git.ucc.asn.au