[PATCH 4/9] drivers/rtc: typo fix of faild to failed

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joe Perches
Date: Thursday, October 21, 2010 - 10:17 pm

Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/rtc/rtc-nuc900.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/rtc/rtc-nuc900.c b/drivers/rtc/rtc-nuc900.c
index 62de66a..ddb0857 100644
--- a/drivers/rtc/rtc-nuc900.c
+++ b/drivers/rtc/rtc-nuc900.c
@@ -274,7 +274,7 @@ static int __devinit nuc900_rtc_probe(struct platform_device *pdev)
 	nuc900_rtc->rtcdev = rtc_device_register(pdev->name, &pdev->dev,
 						&nuc900_rtc_ops, THIS_MODULE);
 	if (IS_ERR(nuc900_rtc->rtcdev)) {
-		dev_err(&pdev->dev, "rtc device register faild\n");
+		dev_err(&pdev->dev, "rtc device register failed\n");
 		err = PTR_ERR(nuc900_rtc->rtcdev);
 		goto fail3;
 	}
-- 
1.7.3.1.g432b3.dirty

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/9] Typo fixes of faild to failed, Joe Perches, (Thu Oct 21, 10:17 pm)
[PATCH 1/9] drivers/ata: typo fix of faild to failed, Joe Perches, (Thu Oct 21, 10:17 pm)
[PATCH 3/9] drivers/net: typo fix of faild to failed, Joe Perches, (Thu Oct 21, 10:17 pm)
[PATCH 4/9] drivers/rtc: typo fix of faild to failed, Joe Perches, (Thu Oct 21, 10:17 pm)
[PATCH 5/9] drivers/video: typo fix of faild to failed, Joe Perches, (Thu Oct 21, 10:17 pm)
[PATCH 6/9] fs/exofs: typo fix of faild to failed, Joe Perches, (Thu Oct 21, 10:17 pm)
[PATCH 7/9] fs/jfs: typo fix of faild to failed, Joe Perches, (Thu Oct 21, 10:17 pm)
Re: [PATCH 4/9] drivers/rtc: typo fix of faild to failed, Wan ZongShun, (Thu Oct 21, 10:21 pm)
Re: [PATCH 0/9] Typo fixes of faild to failed, Mike Frysinger, (Fri Oct 22, 1:15 pm)
Re: [PATCH 6/9] fs/exofs: typo fix of faild to failed, Boaz Harrosh, (Sun Oct 24, 3:09 am)