aboutsummaryrefslogtreecommitdiff
path: root/drivers/devfreq
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-12-29 02:00:09 +0900
committerJiri Kosina <jkosina@suse.cz>2013-01-09 11:43:32 +0100
commit8a168ca7074b463d0e19a9e9c15946db1afbddc4 (patch)
tree3b3276410acd699b396cd7a8907f217bcc68efff /drivers/devfreq
parent2c016dc2cbd160acf099bee8e4d5c056a8b691b1 (diff)
treewide: Fix typo in various drivers
Correct spelling typo in printk within various drivers. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/devfreq')
-rw-r--r--drivers/devfreq/exynos4_bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/devfreq/exynos4_bus.c b/drivers/devfreq/exynos4_bus.c
index 88ddc77a9bb1..e1ac076c2917 100644
--- a/drivers/devfreq/exynos4_bus.c
+++ b/drivers/devfreq/exynos4_bus.c
@@ -636,7 +636,7 @@ static int exynos4_bus_target(struct device *dev, unsigned long *_freq,
if (old_freq == freq)
return 0;
- dev_dbg(dev, "targetting %lukHz %luuV\n", freq, opp_get_voltage(opp));
+ dev_dbg(dev, "targeting %lukHz %luuV\n", freq, opp_get_voltage(opp));
mutex_lock(&data->lock);