aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/bus.c
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.de.marchi@gmail.com>2010-09-07 12:49:45 -0400
committerLen Brown <len.brown@intel.com>2010-09-28 21:38:19 -0400
commit58f87ed0d45141a90167f34c0959d607160a26df (patch)
treec9c279958afd9c05d466a2f05b59d4e74d9423af /drivers/acpi/bus.c
parente9f74c489c9d4209946c04f29e7a724cb5537206 (diff)
downloadkernel_samsung_smdk4412-58f87ed0d45141a90167f34c0959d607160a26df.tar.gz
kernel_samsung_smdk4412-58f87ed0d45141a90167f34c0959d607160a26df.tar.bz2
kernel_samsung_smdk4412-58f87ed0d45141a90167f34c0959d607160a26df.zip
ACPI: Fix typos
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/bus.c')
-rw-r--r--drivers/acpi/bus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c
index 5c221ab535d..cc17b352d1c 100644
--- a/drivers/acpi/bus.c
+++ b/drivers/acpi/bus.c
@@ -55,7 +55,7 @@ EXPORT_SYMBOL(acpi_root_dir);
static int set_power_nocheck(const struct dmi_system_id *id)
{
printk(KERN_NOTICE PREFIX "%s detected - "
- "disable power check in power transistion\n", id->ident);
+ "disable power check in power transition\n", id->ident);
acpi_power_nocheck = 1;
return 0;
}
@@ -1027,7 +1027,7 @@ static int __init acpi_init(void)
/*
* If the laptop falls into the DMI check table, the power state check
- * will be disabled in the course of device power transistion.
+ * will be disabled in the course of device power transition.
*/
dmi_check_system(power_nocheck_dmi_table);