summaryrefslogtreecommitdiff
path: root/include/boot_fit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/boot_fit.h')
-rw-r--r--include/boot_fit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/boot_fit.h b/include/boot_fit.h
index f75fed66bc..092cfb0b7f 100644
--- a/include/boot_fit.h
+++ b/include/boot_fit.h
@@ -8,6 +8,6 @@
* locate_dtb_in_fit - Find a DTB matching the board in a FIT image
* @fit: pointer to the FIT image
*
- * @return a pointer to a matching DTB blob if found, NULL otherwise
+ * Return: a pointer to a matching DTB blob if found, NULL otherwise
*/
void *locate_dtb_in_fit(const void *fit);