diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-01-20 17:02:24 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-05 12:22:40 +0100 |
commit | 9ddc5b6f18fbac07d2746566b73b89e89fdd4e6a (patch) | |
tree | aaf691482ac8e36ccccb413b9b698063e6d0b489 /drivers/platform | |
parent | 659431fcafd820cc426afedadcc4548933224985 (diff) | |
download | op-kernel-dev-9ddc5b6f18fbac07d2746566b73b89e89fdd4e6a.zip op-kernel-dev-9ddc5b6f18fbac07d2746566b73b89e89fdd4e6a.tar.gz |
tree-wide: fix typos "ammount" -> "amount"
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index e67e4fe..215621c 100644 --- a/drivers/platform/x86/thinkpad_acpi.c +++ b/drivers/platform/x86/thinkpad_acpi.c @@ -1667,7 +1667,7 @@ static void tpacpi_remove_driver_attributes(struct device_driver *drv) * Table of recommended minimum BIOS versions * * Reasons for listing: - * 1. Stable BIOS, listed because the unknown ammount of + * 1. Stable BIOS, listed because the unknown amount of * bugs and bad ACPI behaviour on older versions * * 2. BIOS or EC fw with known bugs that trigger on Linux @@ -7070,7 +7070,7 @@ static struct ibm_struct volume_driver_data = { * * Fan speed changes of any sort (including those caused by the * disengaged mode) are usually done slowly by the firmware as the - * maximum ammount of fan duty cycle change per second seems to be + * maximum amount of fan duty cycle change per second seems to be * limited. * * Reading is not available if GFAN exists. |