diff options
author | Colin Ian King <colin.king@canonical.com> | 2015-11-28 11:38:40 -0500 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-01-11 14:19:58 -0500 |
commit | d5878a869fe8c272d3a843a47ef0716c91ba3e25 (patch) | |
tree | 1b61b8214b18d1f15d8ad1a7c16c654764b86b73 /drivers/rtc/rtc-imxdi.c | |
parent | 9c25a106c0dfc1656a147663c353e3805e6165da (diff) |
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>
Diffstat (limited to 'drivers/rtc/rtc-imxdi.c')
-rw-r--r-- | drivers/rtc/rtc-imxdi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-imxdi.c b/drivers/rtc/rtc-imxdi.c index 7bffd7f0e306..8d8049bdfaf6 100644 --- a/drivers/rtc/rtc-imxdi.c +++ b/drivers/rtc/rtc-imxdi.c | |||
@@ -303,7 +303,7 @@ static int di_handle_invalid_state(struct imxdi_dev *imxdi, u32 dsr) | |||
303 | sec = readl(imxdi->ioaddr + DTCMR); | 303 | sec = readl(imxdi->ioaddr + DTCMR); |
304 | if (sec != 0) | 304 | if (sec != 0) |
305 | dev_warn(&imxdi->pdev->dev, | 305 | dev_warn(&imxdi->pdev->dev, |
306 | "The security violation has happend at %u seconds\n", | 306 | "The security violation has happened at %u seconds\n", |
307 | sec); | 307 | sec); |
308 | /* | 308 | /* |
309 | * the timer cannot be set/modified if | 309 | * the timer cannot be set/modified if |