Browse Source

thermal: rcar: Fix typo in probe information message

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Laurent Pinchart 12 years ago
parent
commit
3db46c9396
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/thermal/rcar_thermal.c

+ 1 - 1
drivers/thermal/rcar_thermal.c

@@ -458,7 +458,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;