Commit d5878a86 authored by Colin Ian King's avatar Colin Ian King Committed by Alexandre Belloni

rtc: imxdi: fix spelling mistake in warning message

Minor issue, fix spelling mistake, happend -> happened
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 9c25a106
......@@ -303,7 +303,7 @@ static int di_handle_invalid_state(struct imxdi_dev *imxdi, u32 dsr)
sec = readl(imxdi->ioaddr + DTCMR);
if (sec != 0)
dev_warn(&imxdi->pdev->dev,
"The security violation has happend at %u seconds\n",
"The security violation has happened at %u seconds\n",
sec);
/*
* the timer cannot be set/modified if
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment