diff options
author | Jiri Kosina <jkosina@suse.cz> | 2009-12-07 12:36:35 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-07 12:36:35 -0500 |
commit | d014d043869cdc591f3a33243d3481fa4479c2d0 (patch) | |
tree | 63626829498e647ba058a1ce06419fe7e4d5f97d /drivers/platform/x86 | |
parent | 6ec22f9b037fc0c2e00ddb7023fad279c365324d (diff) | |
parent | 6070d81eb5f2d4943223c96e7609a53cdc984364 (diff) |
Merge branch 'for-next' into for-linus
Conflicts:
kernel/irq/chip.c
Diffstat (limited to 'drivers/platform/x86')
-rw-r--r-- | drivers/platform/x86/thinkpad_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index a848c7e20aeb..edb169083840 100644 --- a/drivers/platform/x86/thinkpad_acpi.c +++ b/drivers/platform/x86/thinkpad_acpi.c | |||
@@ -6545,7 +6545,7 @@ static struct ibm_struct volume_driver_data = { | |||
6545 | * The speeds are stored on handles | 6545 | * The speeds are stored on handles |
6546 | * (FANA:FAN9), (FANC:FANB), (FANE:FAND). | 6546 | * (FANA:FAN9), (FANC:FANB), (FANE:FAND). |
6547 | * | 6547 | * |
6548 | * There are three default speed sets, acessible as handles: | 6548 | * There are three default speed sets, accessible as handles: |
6549 | * FS1L,FS1M,FS1H; FS2L,FS2M,FS2H; FS3L,FS3M,FS3H | 6549 | * FS1L,FS1M,FS1H; FS2L,FS2M,FS2H; FS3L,FS3M,FS3H |
6550 | * | 6550 | * |
6551 | * ACPI DSDT switches which set is in use depending on various | 6551 | * ACPI DSDT switches which set is in use depending on various |