projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b1a1baa
)
rtc: ds1685: Fix spelling of function name in comment block
author
Colin Ian King
<colin.i.king@gmail.com>
Mon, 3 Oct 2022 15:37:11 +0000
(16:37 +0100)
committer
Alexandre Belloni
<alexandre.belloni@bootlin.com>
Wed, 12 Oct 2022 22:21:28 +0000
(
00:21
+0200)
The function name is missing the letter 'd' in the comment block.
Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Joshua Kinard <kumba@gentoo.org>
Link:
https://lore.kernel.org/r/20221003153711.271630-1-colin.i.king@gmail.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-ds1685.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-ds1685.c
b/drivers/rtc/rtc-ds1685.c
index
a24331b
..
5db9c73
100644
(file)
--- a/
drivers/rtc/rtc-ds1685.c
+++ b/
drivers/rtc/rtc-ds1685.c
@@
-132,7
+132,7
@@
ds1685_rtc_bin2bcd(struct ds1685_priv *rtc, u8 val, u8 bin_mask, u8 bcd_mask)
}
/**
}
/**
- * s1685_rtc_check_mday - check validity of the day of month.
+ *
d
s1685_rtc_check_mday - check validity of the day of month.
* @rtc: pointer to the ds1685 rtc structure.
* @mday: day of month.
*
* @rtc: pointer to the ds1685 rtc structure.
* @mday: day of month.
*