diff options
author | Alessio Igor Bogani <abogani@texware.it> | 2009-04-01 09:10:44 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-04-03 13:03:24 -0400 |
commit | ff07a53a33cff2733c2c20fc75e84e75c2572889 (patch) | |
tree | 5381030f327db12b8ea4f3aa0b825afb34d57771 /drivers/platform | |
parent | 4ef4cbb3686f9265da87bc6e482162c96f415427 (diff) |
sony-laptop: Fix some typos in log messages (Unabe/Unable)
Signed-off-by: Alessio Igor Bogani <abogani@texware.it>
Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/sony-laptop.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/platform/x86/sony-laptop.c b/drivers/platform/x86/sony-laptop.c index 0f710317a94e..5837156f09fd 100644 --- a/drivers/platform/x86/sony-laptop.c +++ b/drivers/platform/x86/sony-laptop.c | |||
@@ -397,7 +397,7 @@ static int sony_laptop_setup_input(struct acpi_device *acpi_device) | |||
397 | sony_laptop_input.wq = create_singlethread_workqueue("sony-laptop"); | 397 | sony_laptop_input.wq = create_singlethread_workqueue("sony-laptop"); |
398 | if (!sony_laptop_input.wq) { | 398 | if (!sony_laptop_input.wq) { |
399 | printk(KERN_ERR DRV_PFX | 399 | printk(KERN_ERR DRV_PFX |
400 | "Unabe to create workqueue.\n"); | 400 | "Unable to create workqueue.\n"); |
401 | error = -ENXIO; | 401 | error = -ENXIO; |
402 | goto err_free_kfifo; | 402 | goto err_free_kfifo; |
403 | } | 403 | } |
@@ -1267,7 +1267,7 @@ static int sony_nc_add(struct acpi_device *device) | |||
1267 | result = sony_laptop_setup_input(device); | 1267 | result = sony_laptop_setup_input(device); |
1268 | if (result) { | 1268 | if (result) { |
1269 | printk(KERN_ERR DRV_PFX | 1269 | printk(KERN_ERR DRV_PFX |
1270 | "Unabe to create input devices.\n"); | 1270 | "Unable to create input devices.\n"); |
1271 | goto outwalk; | 1271 | goto outwalk; |
1272 | } | 1272 | } |
1273 | 1273 | ||
@@ -2816,7 +2816,7 @@ static int sony_pic_add(struct acpi_device *device) | |||
2816 | result = sony_pic_possible_resources(device); | 2816 | result = sony_pic_possible_resources(device); |
2817 | if (result) { | 2817 | if (result) { |
2818 | printk(KERN_ERR DRV_PFX | 2818 | printk(KERN_ERR DRV_PFX |
2819 | "Unabe to read possible resources.\n"); | 2819 | "Unable to read possible resources.\n"); |
2820 | goto err_free_resources; | 2820 | goto err_free_resources; |
2821 | } | 2821 | } |
2822 | 2822 | ||
@@ -2824,7 +2824,7 @@ static int sony_pic_add(struct acpi_device *device) | |||
2824 | result = sony_laptop_setup_input(device); | 2824 | result = sony_laptop_setup_input(device); |
2825 | if (result) { | 2825 | if (result) { |
2826 | printk(KERN_ERR DRV_PFX | 2826 | printk(KERN_ERR DRV_PFX |
2827 | "Unabe to create input devices.\n"); | 2827 | "Unable to create input devices.\n"); |
2828 | goto err_free_resources; | 2828 | goto err_free_resources; |
2829 | } | 2829 | } |
2830 | 2830 | ||