Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / keucr / init.c
index 5c01f28f0734eb7d48cb2a370bc58ed1fdc45ea6..8af7c84daee28d7645f6adb99ef8a1c2c0009964 100644 (file)
@@ -90,7 +90,7 @@ int ENE_MSInit(struct us_data *us)
 
        result = ENE_SendScsiCmd(us, FDIR_READ, &buf, 0);
        if (result != USB_STOR_XFER_GOOD) {
-               printk(KERN_ERR "Exection MS Init Code Fail !!\n");
+               printk(KERN_ERR "Execution MS Init Code Fail !!\n");
                return USB_STOR_TRANSPORT_ERROR;
        }
 
@@ -145,7 +145,7 @@ int ENE_SMInit(struct us_data *us)
        result = ENE_SendScsiCmd(us, FDIR_READ, &buf, 0);
        if (result != USB_STOR_XFER_GOOD) {
                printk(KERN_ERR
-                      "Exection SM Init Code Fail !! result = %x\n", result);
+                      "Execution SM Init Code Fail !! result = %x\n", result);
                return USB_STOR_TRANSPORT_ERROR;
        }