From 3de1c4b3fe3247d8b5fb10a8f4627f096868ed7e Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 29 Apr 2018 08:16:10 +0000 Subject: Documentation-relate fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11978 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/lib/complex/mfs/mfs.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'os/hal/lib/complex/mfs/mfs.c') diff --git a/os/hal/lib/complex/mfs/mfs.c b/os/hal/lib/complex/mfs/mfs.c index ba68fb19d..32ae2432a 100644 --- a/os/hal/lib/complex/mfs/mfs.c +++ b/os/hal/lib/complex/mfs/mfs.c @@ -30,7 +30,7 @@ * banks (where possible) caused by power loss during operations. * Both operations are transparent to the user. * - * @addtogroup mfs + * @addtogroup MFS * @{ */ @@ -422,9 +422,6 @@ static mfs_error_t mfs_bank_write_header(MFSDriver *mfsp, * - MFS_BANK_OK * . * - * @param[in] foundcb callback to be called for each found record or @p NULL - * @param[in] endcb callback to be called after scanning or @p NULL - * * @return The operation status. * * @notapi @@ -777,7 +774,6 @@ static mfs_error_t mfs_try_mount(MFSDriver *mfsp) { * @brief Configures and activates a MFS driver. * * @param[in] mfsp pointer to the @p MFSDriver object - * @param[in] config pointer to the configuration * @return The operation status. * @retval MFS_NO_ERROR if the operation has been successfully completed. * @retval MFS_WARN_GC if the operation triggered a garbage collection. -- cgit v1.2.3