summaryrefslogtreecommitdiff
path: root/include/iotrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/iotrace.h')
-rw-r--r--include/iotrace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/iotrace.h b/include/iotrace.h
index 380da1fbc2..7ff2e8332b 100644
--- a/include/iotrace.h
+++ b/include/iotrace.h
@@ -81,7 +81,7 @@ void iotrace_reset_checksum(void);
/**
* iotrace_get_checksum() - Get the current checksum value
*
- * @return currect checksum value
+ * Return: currect checksum value
*/
u32 iotrace_get_checksum(void);
@@ -122,7 +122,7 @@ void iotrace_set_enabled(int enable);
/**
* iotrace_get_enabled() - Get whether iotracing is enabled or not
*
- * @return true if enabled, false if disabled
+ * Return: true if enabled, false if disabled
*/
int iotrace_get_enabled(void);