diff options
author | Colin Ian King <colin.king@canonical.com> | 2015-11-28 19:38:40 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-01-11 22:19:58 +0300 |
commit | d5878a869fe8c272d3a843a47ef0716c91ba3e25 (patch) | |
tree | 1b61b8214b18d1f15d8ad1a7c16c654764b86b73 /drivers/rtc | |
parent | 9c25a106c0dfc1656a147663c353e3805e6165da (diff) | |
download | linux-d5878a869fe8c272d3a843a47ef0716c91ba3e25.tar.xz |
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')
-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) 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 |