mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
rtc: imxdi: fix spelling mistake in warning message
Minor issue, fix spelling mistake, happend -> happened Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
This commit is contained in:
parent
9c25a106c0
commit
d5878a869f
@ -303,7 +303,7 @@ static int di_handle_invalid_state(struct imxdi_dev *imxdi, u32 dsr)
|
|||||||
sec = readl(imxdi->ioaddr + DTCMR);
|
sec = readl(imxdi->ioaddr + DTCMR);
|
||||||
if (sec != 0)
|
if (sec != 0)
|
||||||
dev_warn(&imxdi->pdev->dev,
|
dev_warn(&imxdi->pdev->dev,
|
||||||
"The security violation has happend at %u seconds\n",
|
"The security violation has happened at %u seconds\n",
|
||||||
sec);
|
sec);
|
||||||
/*
|
/*
|
||||||
* the timer cannot be set/modified if
|
* the timer cannot be set/modified if
|
||||||
|
Loading…
Reference in New Issue
Block a user