aboutsummaryrefslogtreecommitdiff
path: root/test/log/syslog_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/log/syslog_test.h')
-rw-r--r--test/log/syslog_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/log/syslog_test.h b/test/log/syslog_test.h
index bfaa6da..39cce4e 100644
--- a/test/log/syslog_test.h
+++ b/test/log/syslog_test.h
@@ -49,7 +49,7 @@ int sb_log_tx_handler(struct udevice *dev, void *packet, unsigned int len);
* syslog_test_setup() - Enable syslog logging ready for tests
*
* @uts: Test state
- * @return 0 if OK, -ENOENT if the syslog log driver is not found
+ * Return: 0 if OK, -ENOENT if the syslog log driver is not found
*/
int syslog_test_setup(struct unit_test_state *uts);
@@ -57,7 +57,7 @@ int syslog_test_setup(struct unit_test_state *uts);
* syslog_test_finish() - Disable syslog logging after tests
*
* @uts: Test state
- * @return 0 if OK, -ENOENT if the syslog log driver is not found
+ * Return: 0 if OK, -ENOENT if the syslog log driver is not found
*/
int syslog_test_finish(struct unit_test_state *uts);