mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-03-23 14:18:31 +08:00
libfs/dosfs: Add Doxygen headers and fix typo in msdos_init.c
Add missing Doxygen file headers to msdos.h and msdos_init.c to
comply with documentation standards. Correct a typo ('apropriately'
to 'appropriately') in msdos_init.c.
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup DOSFS
|
||||
* @ingroup libfs_msdos
|
||||
*
|
||||
* @brief The MSDOS Filesystem Constants/Data Structures/Prototypes
|
||||
* @brief MS-DOS Filesystem Support
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup DOSFS
|
||||
* @ingroup libfs_msdos
|
||||
*
|
||||
* @brief Init Routine for MSDOS
|
||||
* @brief MS-DOS Filesystem Initialization
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -93,7 +93,7 @@ void msdos_unlock(const rtems_filesystem_mount_table_entry_t *mt_entry)
|
||||
* temp_mt_entry - mount table entry
|
||||
*
|
||||
* RETURNS:
|
||||
* RC_OK on success, or -1 if error occurred (errno set apropriately).
|
||||
* RC_OK on success, or -1 if error occurred (errno set appropriately).
|
||||
*
|
||||
*/
|
||||
int rtems_dosfs_initialize(
|
||||
|
||||
Reference in New Issue
Block a user