]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/usb/storage/ene_ub6250.c
Fix common misspellings
[mirror_ubuntu-zesty-kernel.git] / drivers / usb / storage / ene_ub6250.c
index 08e03745e251da230f3017b3b5bf8905954760c0..0e5aafda45379e6526b57cd2ff174b836718737a 100644 (file)
@@ -562,7 +562,7 @@ static int ene_sd_init(struct us_data *us)
 
        result = ene_send_scsi_cmd(us, FDIR_READ, NULL, 0);
        if (result != USB_STOR_XFER_GOOD) {
-               US_DEBUGP("Exection SD Init Code Fail !!\n");
+               US_DEBUGP("Execution SD Init Code Fail !!\n");
                return USB_STOR_TRANSPORT_ERROR;
        }
 
@@ -581,7 +581,7 @@ static int ene_sd_init(struct us_data *us)
 
        result = ene_send_scsi_cmd(us, FDIR_READ, &buf, 0);
        if (result != USB_STOR_XFER_GOOD) {
-               US_DEBUGP("Exection SD Init Code Fail !!\n");
+               US_DEBUGP("Execution SD Init Code Fail !!\n");
                return USB_STOR_TRANSPORT_ERROR;
        }