OSDN Git Service

PM / devfreq: rk3399_dmc: Fix spelling typo
authorGaël PORTAY <gael.portay@collabora.com>
Thu, 2 May 2019 18:40:13 +0000 (14:40 -0400)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Sat, 24 Aug 2019 11:11:12 +0000 (20:11 +0900)
Reorder 'i' and 'v' in "drvier".

Signed-off-by: Gaël PORTAY <gael.portay@collabora.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
drivers/devfreq/rk3399_dmc.c

index 682465f..2e65d72 100644 (file)
@@ -351,7 +351,7 @@ static int rk3399_dmcfreq_probe(struct platform_device *pdev)
 
        /*
         * Get dram timing and pass it to arm trust firmware,
-        * the dram drvier in arm trust firmware will get these
+        * the dram driver in arm trust firmware will get these
         * timing and to do dram initial.
         */
        if (!of_get_ddr_timings(&data->timing, np)) {