diff options
Diffstat (limited to 'include/ram.h')
-rw-r--r-- | include/ram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ram.h b/include/ram.h index 273d4153940..2fc971df465 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); |