diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-01-12 11:33:59 -0500 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2015-01-12 15:48:10 -0500 |
commit | ee853addd9fedb116bd34a18f11dd5959fcf0428 (patch) | |
tree | 0c48c6e3e6942e2db171549008034c8db24d1eab /drivers/thermal | |
parent | 913015c6df9a18ad27365afed6f409c024002aab (diff) |
thermal: rcar: Spelling/grammar: s/drier use .../driver uses ...s/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal')
-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 70bb02c24e82..2580a4872f90 100644 --- a/drivers/thermal/rcar_thermal.c +++ b/drivers/thermal/rcar_thermal.c | |||
@@ -391,7 +391,7 @@ static int rcar_thermal_probe(struct platform_device *pdev) | |||
391 | 391 | ||
392 | /* | 392 | /* |
393 | * platform has IRQ support. | 393 | * platform has IRQ support. |
394 | * Then, drier use common register | 394 | * Then, driver uses common registers |
395 | */ | 395 | */ |
396 | 396 | ||
397 | ret = devm_request_irq(dev, irq->start, rcar_thermal_irq, 0, | 397 | ret = devm_request_irq(dev, irq->start, rcar_thermal_irq, 0, |