projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a5f2a1
)
rtc: lib: correct documentation typo
author
Alexandre Belloni
<
[email protected]
>
Fri, 21 Sep 2018 23:22:34 +0000
(
01:22
+0200)
committer
Alexandre Belloni
<
[email protected]
>
Fri, 28 Sep 2018 12:21:02 +0000
(14:21 +0200)
rtc_time64_to_tm has not been called rtc_time_to_tm64
Signed-off-by: Alexandre Belloni <
[email protected]
>
drivers/rtc/rtc-lib.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-lib.c
b/drivers/rtc/rtc-lib.c
index 4a3c0f3aab1490feef3111c667d21dcfee4e5e62..ef160da842200c91712052f3368e33158f0607e9 100644
(file)
--- a/
drivers/rtc/rtc-lib.c
+++ b/
drivers/rtc/rtc-lib.c
@@
-47,7
+47,7
@@
EXPORT_SYMBOL(rtc_year_days);
/*
- * rtc_time
_to_tm64
- Converts time64_t to rtc_time.
+ * rtc_time
64_to_tm
- Converts time64_t to rtc_time.
* Convert seconds since 01-01-1970 00:00:00 to Gregorian date.
*/
void rtc_time64_to_tm(time64_t time, struct rtc_time *tm)