diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-01-12 17:33:59 +0100 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2015-01-12 16:48:10 -0400 |
commit | ee853addd9fedb116bd34a18f11dd5959fcf0428 (patch) | |
tree | 0c48c6e3e6942e2db171549008034c8db24d1eab /drivers/thermal/rcar_thermal.c | |
parent | 913015c6df9a18ad27365afed6f409c024002aab (diff) | |
download | linux-ee853addd9fedb116bd34a18f11dd5959fcf0428.tar.gz |
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/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 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) /* * platform has IRQ support. - * Then, drier use common register + * Then, driver uses common registers */ ret = devm_request_irq(dev, irq->start, rcar_thermal_irq, 0, |