]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/acpi/bus.c
ACPI: Fix typos
[net-next-2.6.git] / drivers / acpi / bus.c
index c1d23cd71652baeed8e64f0f39a96693921fe81a..cc17b352d1c53689555532af70937e9b8df37809 100644 (file)
@@ -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,15 +1027,15 @@ 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);
 
        acpi_scan_init();
        acpi_ec_init();
        acpi_power_init();
-       acpi_system_init();
-       acpi_debug_init();
+       acpi_sysfs_init();
+       acpi_debugfs_init();
        acpi_sleep_proc_init();
        acpi_wakeup_device_init();
        return result;