mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-20 03:44:55 +00:00
dm: rtc: Fix function name in comment
The documentation comment for dm_rtc_set was referring to dm_rtc_put instead. Fix it. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
This commit is contained in:
parent
b11f12642f
commit
a4b33c5aba
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ struct rtc_ops {
|
||||||
int dm_rtc_get(struct udevice *dev, struct rtc_time *time);
|
int dm_rtc_get(struct udevice *dev, struct rtc_time *time);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* dm_rtc_put() - Write a time to an RTC
|
* dm_rtc_set() - Write a time to an RTC
|
||||||
*
|
*
|
||||||
* @dev: Device to read from
|
* @dev: Device to read from
|
||||||
* @time: Time to write into the RTC
|
* @time: Time to write into the RTC
|
||||||
|
|
Loading…
Add table
Reference in a new issue