rtc: remove duplicated words in comments
authorshaomin Deng <dengshaomin@cdjrlc.com>
Mon, 8 Aug 2022 15:23:54 +0000 (11:23 -0400)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 15 Dec 2022 22:34:31 +0000 (23:34 +0100)
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>
drivers/rtc/interface.c
drivers/rtc/rtc-m41t80.c
drivers/rtc/rtc-rs5c372.c

index 9edd662c69ace4da09ef528e6b8216114987be9e..7c30cb3c764d83c9c85c16182874182709a81635 100644 (file)
@@ -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 */
index d3144ffdebb58877b73ed2a18041b60452b1ee20..494052dbd39ff3b8c657b500693e35868aa55ec6 100644 (file)
@@ -692,7 +692,7 @@ static void wdt_disable(void)
  *     @ppos: pointer to the position to write. No seeks allowed
  *
  *     A write to a watchdog device is defined as a keepalive signal. Any
- *     write of data will do, as we we don't define content meaning.
+ *     write of data will do, as we don't define content meaning.
  */
 static ssize_t wdt_write(struct file *file, const char __user *buf,
                         size_t count, loff_t *ppos)
index 5047afefcceb7ef1ccd72828ee9f331a34fb265d..b4c5d016eca32c10838c352859ff1b73fbcb4556 100644 (file)
@@ -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) {