]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
scsi: csiostor: fix spelling mistake: "Couldnt" -> "Couldn't"
authorColin Ian King <colin.king@canonical.com>
Fri, 1 Dec 2017 09:40:09 +0000 (09:40 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 5 Dec 2017 03:56:03 +0000 (22:56 -0500)
Trivial fix to spelling mistake in error message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/csiostor/csio_mb.c

index 931b1d8f9f3ee713fcfd31ea46b481bcf16ee5a4..5f4e0a787bd16918a9e53a49ed26d54bd66ca2c3 100644 (file)
@@ -1216,7 +1216,7 @@ csio_mb_issue(struct csio_hw *hw, struct csio_mb *mbp)
                /* Queue mbox cmd, if another mbox cmd is active */
                if (mbp->mb_cbfn == NULL) {
                        rv = -EBUSY;
-                       csio_dbg(hw, "Couldnt own Mailbox %x op:0x%x\n",
+                       csio_dbg(hw, "Couldn't own Mailbox %x op:0x%x\n",
                                    hw->pfn, *((uint8_t *)mbp->mb));
 
                        goto error_out;
@@ -1244,14 +1244,14 @@ csio_mb_issue(struct csio_hw *hw, struct csio_mb *mbp)
                                rv = owner ? -EBUSY : -ETIMEDOUT;
 
                                csio_dbg(hw,
-                                        "Couldnt own Mailbox %x op:0x%x "
+                                        "Couldn't own Mailbox %x op:0x%x "
                                         "owner:%x\n",
                                         hw->pfn, *((uint8_t *)mbp->mb), owner);
                                goto error_out;
                        } else {
                                if (mbm->mcurrent == NULL) {
                                        csio_err(hw,
-                                                "Couldnt own Mailbox %x "
+                                                "Couldn't own Mailbox %x "
                                                 "op:0x%x owner:%x\n",
                                                 hw->pfn, *((uint8_t *)mbp->mb),
                                                 owner);