]> Pileus Git - ~andy/linux/commitdiff
OMAP2+: PM: fix typos in misc. comment and error messages
authorJohan Hovold <jhovold@gmail.com>
Tue, 30 Aug 2011 16:48:16 +0000 (18:48 +0200)
committerKevin Hilman <khilman@ti.com>
Tue, 30 Aug 2011 21:16:10 +0000 (14:16 -0700)
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>
arch/arm/mach-omap2/pm.c

index 3feb35911a325576bf7a6f57892adbcccbeda853..fd77cf4fa28c34f689033b65cae900829642d9c8 100644 (file)
@@ -163,11 +163,11 @@ err:
 }
 
 /*
- * This API is to be called during init to put the various voltage
+ * This API is to be called during init to set the various voltage
  * domains to the voltage as per the opp table. Typically we boot up
  * at the nominal voltage. So this function finds out the rate of
  * the clock associated with the voltage domain, finds out the correct
- * opp entry and puts the voltage domain to the voltage specifies
+ * opp entry and sets the voltage domain to the voltage specified
  * in the opp entry
  */
 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,
        return 0;
 
 exit:
-       printk(KERN_ERR "%s: Unable to put vdd_%s to its init voltage\n\n",
+       printk(KERN_ERR "%s: Unable to set vdd_%s to its init voltage\n\n",
                __func__, vdd_name);
        return -EINVAL;
 }