diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-12-08 16:22:53 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-12-19 15:10:49 +0100 |
commit | 77d84ff87e9d38072abcca665ca22cb1da41cb86 (patch) | |
tree | 63705aaa7cdb94e2a6267ab2510d76bcd624b883 /drivers/devfreq | |
parent | drivers/gpu/drm/qxl/Kconfig: reformat the help text (diff) | |
download | linux-77d84ff87e9d38072abcca665ca22cb1da41cb86.tar.xz linux-77d84ff87e9d38072abcca665ca22cb1da41cb86.zip |
treewide: Fix typos in printk
Correct spelling typo in various part of kernel
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/devfreq')
-rw-r--r-- | drivers/devfreq/exynos/exynos5_bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/devfreq/exynos/exynos5_bus.c b/drivers/devfreq/exynos/exynos5_bus.c index a60da3c1c48e..6eef1f7397c6 100644 --- a/drivers/devfreq/exynos/exynos5_bus.c +++ b/drivers/devfreq/exynos/exynos5_bus.c @@ -152,7 +152,7 @@ static int exynos5_busfreq_int_target(struct device *dev, unsigned long *_freq, if (old_freq == freq) return 0; - dev_dbg(dev, "targetting %lukHz %luuV\n", freq, volt); + dev_dbg(dev, "targeting %lukHz %luuV\n", freq, volt); mutex_lock(&data->lock); |