From 9e31f28ba5bf85e4c1ac46f9752defc30d56d774 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 11 Jun 2022 08:25:18 +0000 Subject: [PATCH] Small documentation fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15654 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/src/hal_flash.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/os/hal/src/hal_flash.c b/os/hal/src/hal_flash.c index f74cc8eb9..8f1027aae 100644 --- a/os/hal/src/hal_flash.c +++ b/os/hal/src/hal_flash.c @@ -167,9 +167,9 @@ flash_sector_t flashGetOffsetSector(BaseFlash *devp, flash_offset_t offset) { /** * @brief Get absolute address from offset * - * @param[in] ip pointer to a @p BaseFlash or derived class - * @param[in] offset flash offset - * @return A pointer to the offset. + * @param[in] devp pointer to a @p BaseFlash object + * @param[in] offset flash offset + * @return A pointer to the offset. * * @deprecated */ @@ -184,9 +184,9 @@ void *flashGetOffsetAddress(BaseFlash *devp, flash_offset_t offset) { /** * @brief Get offset from absolute address * - * @param[in] ip pointer to a @p BaseFlash or derived class - * @param[in] addr pointer - * @return flash offset + * @param[in] devp pointer to a @p BaseFlash object + * @param[in] addr pointer + * @return flash offset * * @deprecated */