[PATCH -trivial 4/4] thermal: rcar: Spelling s/delaye/delay/g
From: rui.zhang@intel.com (Zhang Rui)
Date: 2014-01-17 08:23:24
Also in:
linux-pm, linux-sh
From: rui.zhang@intel.com (Zhang Rui)
Date: 2014-01-17 08:23:24
Also in:
linux-pm, linux-sh
On Tue, 2014-01-07 at 19:57 +0100, Geert Uytterhoeven wrote:
From: Geert Uytterhoeven <redacted> Signed-off-by: Geert Uytterhoeven <redacted> Cc: Jiri Kosina <trivial@kernel.org>
applied. 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 a5629500723a..32d591087307 100644 --- a/drivers/thermal/rcar_thermal.c +++ b/drivers/thermal/rcar_thermal.c@@ -427,7 +427,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++) {