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

From: Wan ZongShun
Date: Fri Oct 22 2010 - 01:21:37 EST


Hi, Joe,

Thanks for your help.

2010/10/22 Joe Perches <joe@xxxxxxxxxxx>:
> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
> ---
> Â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");

Acked-by: Wan ZongShun <mcuos.com@xxxxxxxxx>

> Â Â Â Â Â Â Â Âerr = PTR_ERR(nuc900_rtc->rtcdev);
> Â Â Â Â Â Â Â Âgoto fail3;
> Â Â Â Â}
> --
> 1.7.3.1.g432b3.dirty
>
>



--
*linux-arm-kernel mailing list
mail addr:linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
you can subscribe by:
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

* linux-arm-NUC900 mailing list
mail addr:NUC900@xxxxxxxxxxxxxxxx
main web: https://groups.google.com/group/NUC900
you can subscribe it by sending me mail:
mcuos.com@xxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/