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:
Yash
2026-01-24 13:47:24 +00:00
committed by Kinsey Moore
parent 1097e00b5f
commit 6c28b540fa
2 changed files with 5 additions and 5 deletions

View File

@@ -3,9 +3,9 @@
/**
* @file
*
* @ingroup DOSFS
* @ingroup libfs_msdos
*
* @brief The MSDOS Filesystem Constants/Data Structures/Prototypes
* @brief MS-DOS Filesystem Support
*/
/*

View File

@@ -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(