diff options
Diffstat (limited to 'test/dm/test-dm.c')
-rw-r--r-- | test/dm/test-dm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/test-dm.c b/test/dm/test-dm.c index 9ba2ba2..f5cda81 100644 --- a/test/dm/test-dm.c +++ b/test/dm/test-dm.c @@ -27,7 +27,7 @@ DECLARE_GLOBAL_DATA_PTR; * * @test_name: Name of single test to run (e.g. "dm_test_fdt_pre_reloc" or just * "fdt_pre_reloc"), or NULL to run all - * @return 0 if all tests passed, 1 if not + * Return: 0 if all tests passed, 1 if not */ static int dm_test_run(const char *test_name) { |