summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rs5c372.c
diff options
context:
space:
mode:
authorshaomin Deng <dengshaomin@cdjrlc.com>2022-08-08 11:23:54 -0400
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2022-12-15 23:34:31 +0100
commitb9354487fb795c144a387e51a9d4d33b710c74f7 (patch)
tree8bb2093dde55380f976a00cb466760e24f5f3677 /drivers/rtc/rtc-rs5c372.c
parent16b26f6027588be4414fb69d665bd07c9cb828e9 (diff)
downloadlinux-stable-b9354487fb795c144a387e51a9d4d33b710c74f7.tar.gz
linux-stable-b9354487fb795c144a387e51a9d4d33b710c74f7.tar.bz2
linux-stable-b9354487fb795c144a387e51a9d4d33b710c74f7.zip
rtc: remove duplicated words in comments
Signed-off-by: shaomin Deng <dengshaomin@cdjrlc.com> Link: https://lore.kernel.org/r/20220808152354.3641-1-dengshaomin@cdjrlc.com Link: https://lore.kernel.org/r/20220808153454.6844-1-dengshaomin@cdjrlc.com Link: https://lore.kernel.org/r/20220808152822.5012-1-dengshaomin@cdjrlc.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/rtc-rs5c372.c')
-rw-r--r--drivers/rtc/rtc-rs5c372.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-rs5c372.c b/drivers/rtc/rtc-rs5c372.c
index 5047afefcceb..b4c5d016eca3 100644
--- a/drivers/rtc/rtc-rs5c372.c
+++ b/drivers/rtc/rtc-rs5c372.c
@@ -150,7 +150,7 @@ static int rs5c_get_regs(struct rs5c372 *rs5c)
* least 80219 chips; this works around that bug.
*
* The third method on the other hand doesn't work for the SMBus-only
- * configurations, so we use the the first method there, stripping off
+ * configurations, so we use the first method there, stripping off
* the extra register in the process.
*/
if (rs5c->smbus) {