diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-11-27 14:50:26 +0530 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-12-02 14:55:40 +0100 |
commit | 1d6c2c04f2e20d7e0443d4b637a37467ee376158 (patch) | |
tree | deedbb55fe7ff864e86cfdccd7bfd202b32c8a36 /drivers/devfreq | |
parent | 5065a706c1784f2dd661cd43c1ac2b4ae92d0afa (diff) | |
download | op-kernel-dev-1d6c2c04f2e20d7e0443d4b637a37467ee376158.zip op-kernel-dev-1d6c2c04f2e20d7e0443d4b637a37467ee376158.tar.gz |
PM / devfreq: Fix trivial typo in exynos4_bus.c
Changed exynox -> Exynos.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/devfreq')
-rw-r--r-- | drivers/devfreq/exynos/exynos4_bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/devfreq/exynos/exynos4_bus.c b/drivers/devfreq/exynos/exynos4_bus.c index c5f86d8..cb9aaf6 100644 --- a/drivers/devfreq/exynos/exynos4_bus.c +++ b/drivers/devfreq/exynos/exynos4_bus.c @@ -116,7 +116,7 @@ static struct bus_opp_table exynos4210_busclk_table[] = { }; /* - * MIF is the main control knob clock for exynox4x12 MIF/INT + * MIF is the main control knob clock for Exynos4x12 MIF/INT * clock and voltage of both mif/int are controlled. */ static struct bus_opp_table exynos4x12_mifclk_table[] = { |