diff mbox

thermal: rcar: Fix typo in probe information message

Message ID 1368572432-3943-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com (mailing list archive)
State Awaiting Upstream
Headers show

Commit Message

Laurent Pinchart May 14, 2013, 11 p.m. UTC
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 drivers/thermal/rcar_thermal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Eduardo Valentin May 14, 2013, 11:42 p.m. UTC | #1
Rui,

On 14-05-2013 19:00, Laurent Pinchart wrote:
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---

Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>

>  drivers/thermal/rcar_thermal.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/rcar_thermal.c
> index 28f0919..6138949 100644
> --- a/drivers/thermal/rcar_thermal.c
> +++ b/drivers/thermal/rcar_thermal.c
> @@ -452,7 +452,7 @@ static int rcar_thermal_probe(struct platform_device *pdev)
>  
>  	platform_set_drvdata(pdev, common);
>  
> -	dev_info(dev, "%d sensor proved\n", i);
> +	dev_info(dev, "%d sensor probed\n", i);
>  
>  	return 0;
>  
>
Zhang, Rui May 16, 2013, 1:27 a.m. UTC | #2
On Tue, 2013-05-14 at 19:42 -0400, Eduardo Valentin wrote:
> Rui,
> 
> On 14-05-2013 19:00, Laurent Pinchart wrote:
> > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > ---
> 
> Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>
> 
applied to thermal -next.

thanks,
rui

> >  drivers/thermal/rcar_thermal.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/rcar_thermal.c
> > index 28f0919..6138949 100644
> > --- a/drivers/thermal/rcar_thermal.c
> > +++ b/drivers/thermal/rcar_thermal.c
> > @@ -452,7 +452,7 @@ static int rcar_thermal_probe(struct platform_device *pdev)
> >  
> >  	platform_set_drvdata(pdev, common);
> >  
> > -	dev_info(dev, "%d sensor proved\n", i);
> > +	dev_info(dev, "%d sensor probed\n", i);
> >  
> >  	return 0;
> >  
> > 
> 
> 


--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/rcar_thermal.c
index 28f0919..6138949 100644
--- a/drivers/thermal/rcar_thermal.c
+++ b/drivers/thermal/rcar_thermal.c
@@ -452,7 +452,7 @@  static int rcar_thermal_probe(struct platform_device *pdev)
 
 	platform_set_drvdata(pdev, common);
 
-	dev_info(dev, "%d sensor proved\n", i);
+	dev_info(dev, "%d sensor probed\n", i);
 
 	return 0;