diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-01-07 19:57:16 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-01-08 10:11:36 +0100 |
commit | 6fe495e0f80ebe98e311006e6ab491643340917f (patch) | |
tree | 277eb5099391e4cf9b0504477c7f10437e107901 /drivers/thermal/rcar_thermal.c | |
parent | 8faaaead62c3c7394fa6302303ce70e484b509ba (diff) |
thermal: rcar: comment spelling
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/thermal/rcar_thermal.c')
-rw-r--r-- | drivers/thermal/rcar_thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/rcar_thermal.c index 88f92e1a9944..79a09d02bbca 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++) { |