mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
rtc: s35390a: fix typo in comment
Fix trivial typo Link: https://patch.msgid.link/20260624204223.1479003-1-alexandre.belloni@bootlin.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
parent
a5bb580df0
commit
50ccdc3101
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user