Commit ff07a53a authored by Alessio Igor Bogani's avatar Alessio Igor Bogani Committed by Len Brown

sony-laptop: Fix some typos in log messages (Unabe/Unable)

Signed-off-by: default avatarAlessio Igor Bogani <abogani@texware.it>
Signed-off-by: default avatarMattia Dongili <malattia@linux.it>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 4ef4cbb3
...@@ -397,7 +397,7 @@ static int sony_laptop_setup_input(struct acpi_device *acpi_device) ...@@ -397,7 +397,7 @@ static int sony_laptop_setup_input(struct acpi_device *acpi_device)
sony_laptop_input.wq = create_singlethread_workqueue("sony-laptop"); sony_laptop_input.wq = create_singlethread_workqueue("sony-laptop");
if (!sony_laptop_input.wq) { if (!sony_laptop_input.wq) {
printk(KERN_ERR DRV_PFX printk(KERN_ERR DRV_PFX
"Unabe to create workqueue.\n"); "Unable to create workqueue.\n");
error = -ENXIO; error = -ENXIO;
goto err_free_kfifo; goto err_free_kfifo;
} }
...@@ -1267,7 +1267,7 @@ static int sony_nc_add(struct acpi_device *device) ...@@ -1267,7 +1267,7 @@ static int sony_nc_add(struct acpi_device *device)
result = sony_laptop_setup_input(device); result = sony_laptop_setup_input(device);
if (result) { if (result) {
printk(KERN_ERR DRV_PFX printk(KERN_ERR DRV_PFX
"Unabe to create input devices.\n"); "Unable to create input devices.\n");
goto outwalk; goto outwalk;
} }
...@@ -2816,7 +2816,7 @@ static int sony_pic_add(struct acpi_device *device) ...@@ -2816,7 +2816,7 @@ static int sony_pic_add(struct acpi_device *device)
result = sony_pic_possible_resources(device); result = sony_pic_possible_resources(device);
if (result) { if (result) {
printk(KERN_ERR DRV_PFX printk(KERN_ERR DRV_PFX
"Unabe to read possible resources.\n"); "Unable to read possible resources.\n");
goto err_free_resources; goto err_free_resources;
} }
...@@ -2824,7 +2824,7 @@ static int sony_pic_add(struct acpi_device *device) ...@@ -2824,7 +2824,7 @@ static int sony_pic_add(struct acpi_device *device)
result = sony_laptop_setup_input(device); result = sony_laptop_setup_input(device);
if (result) { if (result) {
printk(KERN_ERR DRV_PFX printk(KERN_ERR DRV_PFX
"Unabe to create input devices.\n"); "Unable to create input devices.\n");
goto err_free_resources; goto err_free_resources;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment