aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/hal_ioblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/hal_ioblock.h')
-rw-r--r--os/hal/include/hal_ioblock.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/os/hal/include/hal_ioblock.h b/os/hal/include/hal_ioblock.h
index e942cf1c9..06f3665b5 100644
--- a/os/hal/include/hal_ioblock.h
+++ b/os/hal/include/hal_ioblock.h
@@ -127,8 +127,8 @@ typedef struct {
* @param[in] ip pointer to a @p BaseBlockDevice or derived class
*
* @return The driver state.
- * @retval FALSE the device is not transferring data.
- * @retval TRUE the device not transferring data.
+ * @retval false the device is not transferring data.
+ * @retval true the device not transferring data.
*
* @special
*/
@@ -147,8 +147,8 @@ typedef struct {
* @param[in] ip pointer to a @p BaseBlockDevice or derived class
*
* @return The media state.
- * @retval FALSE media not inserted.
- * @retval TRUE media inserted.
+ * @retval false media not inserted.
+ * @retval true media inserted.
*
* @api
*/
@@ -160,8 +160,8 @@ typedef struct {
* @param[in] ip pointer to a @p BaseBlockDevice or derived class
*
* @return The media state.
- * @retval FALSE writable media.
- * @retval TRUE non writable media.
+ * @retval false writable media.
+ * @retval true non writable media.
*
* @api
*/