aboutsummaryrefslogtreecommitdiff
path: root/include/ram.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ram.h')
-rw-r--r--include/ram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ram.h b/include/ram.h
index 273d415..2fc971d 100644
--- a/include/ram.h
+++ b/include/ram.h
@@ -32,7 +32,7 @@ struct ram_ops {
*
* @dev: Device to check (UCLASS_RAM)
* @info: Returns RAM info
- * @return 0 if OK, -ve on error
+ * Return: 0 if OK, -ve on error
*/
int ram_get_info(struct udevice *dev, struct ram_info *info);