diff options
| author | Masanari Iida <standby24x7@gmail.com> | 2012-12-28 12:00:09 -0500 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2013-01-09 05:43:32 -0500 |
| commit | 8a168ca7074b463d0e19a9e9c15946db1afbddc4 (patch) | |
| tree | 3b3276410acd699b396cd7a8907f217bcc68efff /drivers/devfreq | |
| parent | 2c016dc2cbd160acf099bee8e4d5c056a8b691b1 (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.c | 2 |
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, | |||
| 636 | if (old_freq == freq) | 636 | if (old_freq == freq) |
| 637 | return 0; | 637 | return 0; |
| 638 | 638 | ||
| 639 | dev_dbg(dev, "targetting %lukHz %luuV\n", freq, opp_get_voltage(opp)); | 639 | dev_dbg(dev, "targeting %lukHz %luuV\n", freq, opp_get_voltage(opp)); |
| 640 | 640 | ||
| 641 | mutex_lock(&data->lock); | 641 | mutex_lock(&data->lock); |
| 642 | 642 | ||
