aboutsummaryrefslogtreecommitdiff
path: root/include/u-boot/hash-checksum.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/u-boot/hash-checksum.h')
-rw-r--r--include/u-boot/hash-checksum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/u-boot/hash-checksum.h b/include/u-boot/hash-checksum.h
index 7f16b37..bcc6ba4 100644
--- a/include/u-boot/hash-checksum.h
+++ b/include/u-boot/hash-checksum.h
@@ -21,7 +21,7 @@ struct image_region;
* @region_count: Number of regions in the region array
* @checksum: Buffer contanining the output hash
*
- * @return 0 if OK, < 0 if error
+ * Return: 0 if OK, < 0 if error
*/
int hash_calculate(const char *name,
const struct image_region *region, int region_count,