]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
rtc: s35390a: fix typo in comment
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 24 Jun 2026 20:42:22 +0000 (22:42 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 25 Jun 2026 06:57:52 +0000 (08:57 +0200)
Fix trivial typo

Link: https://patch.msgid.link/20260624204223.1479003-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-s35390a.c

index 31394f34fb70a7fac59c7b24d12d48cca5c65d2a..b72eef4fb0997c655f3cb6626370e828ad9d28b8 100644 (file)
@@ -297,7 +297,7 @@ static int s35390a_rtc_set_alarm(struct device *dev, struct rtc_wkalrm *alm)
        else
                sts = S35390A_INT2_MODE_NOINTR;
 
-       /* set interupt mode*/
+       /* set interrupt mode*/
        err = s35390a_set_reg(s35390a, S35390A_CMD_STATUS2, &sts, sizeof(sts));
        if (err < 0)
                return err;