aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/interface.c
diff options
context:
space:
mode:
authorshaomin Deng <[email protected]>2022-08-08 15:23:54 +0000
committerAlexandre Belloni <[email protected]>2022-12-15 22:34:31 +0000
commitb9354487fb795c144a387e51a9d4d33b710c74f7 (patch)
tree8bb2093dde55380f976a00cb466760e24f5f3677 /drivers/rtc/interface.c
parentrtc: rv3028: Use IRQ flags obtained from device tree if available (diff)
downloadkernel-b9354487fb795c144a387e51a9d4d33b710c74f7.tar.gz
kernel-b9354487fb795c144a387e51a9d4d33b710c74f7.zip
rtc: remove duplicated words in comments
Signed-off-by: shaomin Deng <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
Diffstat (limited to 'drivers/rtc/interface.c')
-rw-r--r--drivers/rtc/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/interface.c b/drivers/rtc/interface.c
index 9edd662c69ac..7c30cb3c764d 100644
--- a/drivers/rtc/interface.c
+++ b/drivers/rtc/interface.c
@@ -256,7 +256,7 @@ int __rtc_read_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm)
*
* This could all instead be done in the lower level driver,
* but since more than one lower level RTC implementation needs it,
- * then it's probably best best to do it here instead of there..
+ * then it's probably best to do it here instead of there..
*/
/* Get the "before" timestamp */