summaryrefslogtreecommitdiff
path: root/boot/image-android-dt.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/image-android-dt.c')
-rw-r--r--boot/image-android-dt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/image-android-dt.c b/boot/image-android-dt.c
index a2d52df4a2..fb014190d4 100644
--- a/boot/image-android-dt.c
+++ b/boot/image-android-dt.c
@@ -14,7 +14,7 @@
* Check if image header is correct.
*
* @param hdr_addr Start address of DT image
- * @return true if header is correct or false if header is incorrect
+ * Return: true if header is correct or false if header is incorrect
*/
bool android_dt_check_header(ulong hdr_addr)
{
@@ -36,7 +36,7 @@ bool android_dt_check_header(ulong hdr_addr)
* @param[out] addr If not NULL, will contain address to specified FDT
* @param[out] size If not NULL, will contain size of specified FDT
*
- * @return true on success or false on error
+ * Return: true on success or false on error
*/
bool android_dt_get_fdt_by_index(ulong hdr_addr, u32 index, ulong *addr,
u32 *size)