sony-laptop: Fix some typos in log messages (Unabe/Unable)
authorAlessio Igor Bogani <abogani@texware.it>
Wed, 1 Apr 2009 13:10:44 +0000 (22:10 +0900)
committerLen Brown <len.brown@intel.com>
Fri, 3 Apr 2009 17:03:24 +0000 (13:03 -0400)
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>
drivers/platform/x86/sony-laptop.c

index 0f71031..5837156 100644 (file)
@@ -397,7 +397,7 @@ static int sony_laptop_setup_input(struct acpi_device *acpi_device)
        sony_laptop_input.wq = create_singlethread_workqueue("sony-laptop");
        if (!sony_laptop_input.wq) {
                printk(KERN_ERR DRV_PFX
-                               "Unabe to create workqueue.\n");
+                               "Unable to create workqueue.\n");
                error = -ENXIO;
                goto err_free_kfifo;
        }
@@ -1267,7 +1267,7 @@ static int sony_nc_add(struct acpi_device *device)
        result = sony_laptop_setup_input(device);
        if (result) {
                printk(KERN_ERR DRV_PFX
-                               "Unabe to create input devices.\n");
+                               "Unable to create input devices.\n");
                goto outwalk;
        }
 
@@ -2816,7 +2816,7 @@ static int sony_pic_add(struct acpi_device *device)
        result = sony_pic_possible_resources(device);
        if (result) {
                printk(KERN_ERR DRV_PFX
-                               "Unabe to read possible resources.\n");
+                               "Unable to read possible resources.\n");
                goto err_free_resources;
        }
 
@@ -2824,7 +2824,7 @@ static int sony_pic_add(struct acpi_device *device)
        result = sony_laptop_setup_input(device);
        if (result) {
                printk(KERN_ERR DRV_PFX
-                               "Unabe to create input devices.\n");
+                               "Unable to create input devices.\n");
                goto err_free_resources;
        }