diff options
author | Johan Hovold <jhovold@gmail.com> | 2011-08-30 12:48:16 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2011-08-30 17:16:10 -0400 |
commit | 1e2d2df32b6902376bc79faf99f264273be056ce (patch) | |
tree | 8053297db9fa2ac1cf0b3c09fa240535ae2a0dc7 /arch | |
parent | 12234f39a2067887802e799fd45c3c41dd26e187 (diff) |
OMAP2+: PM: fix typos in misc. comment and error messages
Fix misc. typos in various comment and error message.
Signed-off-by: Johan Hovold <jhovold@gmail.com>
[khilman@ti.com: minor changelog/subject edits]
Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/pm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c index 3feb35911a32..fd77cf4fa28c 100644 --- a/arch/arm/mach-omap2/pm.c +++ b/arch/arm/mach-omap2/pm.c | |||
@@ -163,11 +163,11 @@ err: | |||
163 | } | 163 | } |
164 | 164 | ||
165 | /* | 165 | /* |
166 | * This API is to be called during init to put the various voltage | 166 | * This API is to be called during init to set the various voltage |
167 | * domains to the voltage as per the opp table. Typically we boot up | 167 | * domains to the voltage as per the opp table. Typically we boot up |
168 | * at the nominal voltage. So this function finds out the rate of | 168 | * at the nominal voltage. So this function finds out the rate of |
169 | * the clock associated with the voltage domain, finds out the correct | 169 | * the clock associated with the voltage domain, finds out the correct |
170 | * opp entry and puts the voltage domain to the voltage specifies | 170 | * opp entry and sets the voltage domain to the voltage specified |
171 | * in the opp entry | 171 | * in the opp entry |
172 | */ | 172 | */ |
173 | static int __init omap2_set_init_voltage(char *vdd_name, char *clk_name, | 173 | static int __init omap2_set_init_voltage(char *vdd_name, char *clk_name, |
@@ -218,7 +218,7 @@ static int __init omap2_set_init_voltage(char *vdd_name, char *clk_name, | |||
218 | return 0; | 218 | return 0; |
219 | 219 | ||
220 | exit: | 220 | exit: |
221 | printk(KERN_ERR "%s: Unable to put vdd_%s to its init voltage\n\n", | 221 | printk(KERN_ERR "%s: Unable to set vdd_%s to its init voltage\n\n", |
222 | __func__, vdd_name); | 222 | __func__, vdd_name); |
223 | return -EINVAL; | 223 | return -EINVAL; |
224 | } | 224 | } |