diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-01 15:38:34 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-11-01 15:38:34 -0400 |
commit | b595076a180a56d1bb170e6eceda6eb9d76f4cd3 (patch) | |
tree | bc01ec7283808013e0b8ce7713fd6fc40f810429 /drivers/platform | |
parent | 6aaccece1c483f189f76f1282b3984ff4c7ecb0a (diff) |
tree-wide: fix comment/printk typos
"gadget", "through", "command", "maintain", "maintain", "controller", "address",
"between", "initiali[zs]e", "instead", "function", "select", "already",
"equal", "access", "management", "hierarchy", "registration", "interest",
"relative", "memory", "offset", "already",
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/platform')
-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 2d61186ad5a2..304333faf441 100644 --- a/drivers/platform/x86/thinkpad_acpi.c +++ b/drivers/platform/x86/thinkpad_acpi.c | |||
@@ -7193,7 +7193,7 @@ static struct ibm_struct volume_driver_data = { | |||
7193 | * TPACPI_FAN_WR_ACPI_FANS (X31/X40/X41) | 7193 | * TPACPI_FAN_WR_ACPI_FANS (X31/X40/X41) |
7194 | * | 7194 | * |
7195 | * FIRMWARE BUG: on some models, EC 0x2f might not be initialized at | 7195 | * FIRMWARE BUG: on some models, EC 0x2f might not be initialized at |
7196 | * boot. Apparently the EC does not intialize it, so unless ACPI DSDT | 7196 | * boot. Apparently the EC does not initialize it, so unless ACPI DSDT |
7197 | * does so, its initial value is meaningless (0x07). | 7197 | * does so, its initial value is meaningless (0x07). |
7198 | * | 7198 | * |
7199 | * For firmware bugs, refer to: | 7199 | * For firmware bugs, refer to: |