From: Geert Uytterhoeven Date: Tue, 7 Jan 2014 18:57:16 +0000 (+0100) Subject: thermal: rcar: comment spelling X-Git-Tag: v3.14-rc1~128^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fe495e0f80ebe98e311006e6ab491643340917f;p=kernel%2Fkernel-generic.git thermal: rcar: comment spelling Signed-off-by: Geert Uytterhoeven Acked-by: Simon Horman Signed-off-by: Jiri Kosina --- diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/rcar_thermal.c index 88f92e1..79a09d0 100644 --- a/drivers/thermal/rcar_thermal.c +++ b/drivers/thermal/rcar_thermal.c @@ -408,7 +408,7 @@ static int rcar_thermal_probe(struct platform_device *pdev) /* enable temperature comparation */ rcar_thermal_common_write(common, ENR, 0x00030303); - idle = 0; /* polling delaye is not needed */ + idle = 0; /* polling delay is not needed */ } for (i = 0;; i++) {