projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b11f126
)
dm: rtc: Fix function name in comment
author
Philipp Tomsich
<philipp.tomsich@theobroma-systems.com>
Sun, 25 Nov 2018 18:32:54 +0000
(19:32 +0100)
committer
Simon Glass
<sjg@chromium.org>
Wed, 5 Dec 2018 13:06:44 +0000
(06:06 -0700)
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>
include/rtc.h
patch
|
blob
|
history
diff --git
a/include/rtc.h
b/include/rtc.h
index 0d964d56d5b1c208c3692f2efc778d7309c85357..2c3a5743e301e0ffbdfc48331828eee7cf4ed678 100644
(file)
--- a/
include/rtc.h
+++ b/
include/rtc.h
@@
-86,7
+86,7
@@
struct rtc_ops {
int dm_rtc_get(struct udevice *dev, struct rtc_time *time);
/**
- * dm_rtc_
pu
t() - Write a time to an RTC
+ * dm_rtc_
se
t() - Write a time to an RTC
*
* @dev: Device to read from
* @time: Time to write into the RTC