]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/cpuidle/governor.c
ACPI/PCI: Do not preserve _OSC control bits returned by a query
[karo-tx-linux.git] / drivers / cpuidle / governor.c
index 70b59642a7087a7593fffdfd9158ddfe4ba619b5..724c164d31c9a47ece237894888244cb4ec0e4b1 100644 (file)
@@ -21,7 +21,7 @@ struct cpuidle_governor *cpuidle_curr_governor;
  * __cpuidle_find_governor - finds a governor of the specified name
  * @str: the name
  *
- * Must be called with cpuidle_lock aquired.
+ * Must be called with cpuidle_lock acquired.
  */
 static struct cpuidle_governor * __cpuidle_find_governor(const char *str)
 {
@@ -39,7 +39,7 @@ static struct cpuidle_governor * __cpuidle_find_governor(const char *str)
  * @gov: the new target governor
  *
  * NOTE: "gov" can be NULL to specify disabled
- * Must be called with cpuidle_lock aquired.
+ * Must be called with cpuidle_lock acquired.
  */
 int cpuidle_switch_governor(struct cpuidle_governor *gov)
 {