All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] thermal: rcar: Fix typo in probe information message
@ 2013-05-14 23:00 ` Laurent Pinchart
  0 siblings, 0 replies; 6+ messages in thread
From: Laurent Pinchart @ 2013-05-14 23:00 UTC (permalink / raw)
  To: linux-pm; +Cc: linux-sh, Kuninori Morimoto

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.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;
 
-- 
Regards,

Laurent Pinchart


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-05-16  1:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 23:00 [PATCH] thermal: rcar: Fix typo in probe information message Laurent Pinchart
2013-05-14 23:00 ` Laurent Pinchart
2013-05-14 23:42 ` Eduardo Valentin
2013-05-14 23:42   ` Eduardo Valentin
2013-05-16  1:27   ` Zhang Rui
2013-05-16  1:27     ` Zhang Rui

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.