diff mbox

qla2xxx: fix spelling mistake "retyring" -> "retrying"

Message ID 20160828112448.10785-1-colin.king@canonical.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Colin King Aug. 28, 2016, 11:24 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistakes in ql_dbg messages.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/scsi/qla2xxx/qla_os.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Himanshu Madhani Aug. 28, 2016, 4:38 p.m. UTC | #1
On 8/28/16, 4:24 AM, "Colin King" <colin.king@canonical.com> wrote:

>From: Colin Ian King <colin.king@canonical.com>

>

>Trivial fix to spelling mistakes in ql_dbg messages.

>

>Signed-off-by: Colin Ian King <colin.king@canonical.com>

>---

> drivers/scsi/qla2xxx/qla_os.c | 6 +++---

> 1 file changed, 3 insertions(+), 3 deletions(-)

>

>diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c

>index 1dd8650..ace65db 100644

>--- a/drivers/scsi/qla2xxx/qla_os.c

>+++ b/drivers/scsi/qla2xxx/qla_os.c

>@@ -4694,7 +4694,7 @@ retry_unlock:

> 			qla83xx_wait_logic();

> 			retry++;

> 			ql_dbg(ql_dbg_p3p, base_vha, 0xb064,

>-			    "Failed to release IDC lock, retyring=%d\n", retry);

>+			    "Failed to release IDC lock, retrying=%d\n", retry);

> 			goto retry_unlock;

> 		}

> 	} else if (retry < 10) {

>@@ -4702,7 +4702,7 @@ retry_unlock:

> 		qla83xx_wait_logic();

> 		retry++;

> 		ql_dbg(ql_dbg_p3p, base_vha, 0xb065,

>-		    "Failed to read drv-lockid, retyring=%d\n", retry);

>+		    "Failed to read drv-lockid, retrying=%d\n", retry);

> 		goto retry_unlock;

> 	}

> 

>@@ -4718,7 +4718,7 @@ retry_unlock2:

> 			qla83xx_wait_logic();

> 			retry++;

> 			ql_dbg(ql_dbg_p3p, base_vha, 0xb066,

>-			    "Failed to release IDC lock, retyring=%d\n", retry);

>+			    "Failed to release IDC lock, retrying=%d\n", retry);

> 			goto retry_unlock2;

> 		}

> 	}

>-- 

>2.9.3

>


Thanks Colin. Looks Good. 

Acked-by: Himanshu Madhani <himanshu.madhani@qlogic.com>


>
diff mbox

Patch

diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
index 1dd8650..ace65db 100644
--- a/drivers/scsi/qla2xxx/qla_os.c
+++ b/drivers/scsi/qla2xxx/qla_os.c
@@ -4694,7 +4694,7 @@  retry_unlock:
 			qla83xx_wait_logic();
 			retry++;
 			ql_dbg(ql_dbg_p3p, base_vha, 0xb064,
-			    "Failed to release IDC lock, retyring=%d\n", retry);
+			    "Failed to release IDC lock, retrying=%d\n", retry);
 			goto retry_unlock;
 		}
 	} else if (retry < 10) {
@@ -4702,7 +4702,7 @@  retry_unlock:
 		qla83xx_wait_logic();
 		retry++;
 		ql_dbg(ql_dbg_p3p, base_vha, 0xb065,
-		    "Failed to read drv-lockid, retyring=%d\n", retry);
+		    "Failed to read drv-lockid, retrying=%d\n", retry);
 		goto retry_unlock;
 	}
 
@@ -4718,7 +4718,7 @@  retry_unlock2:
 			qla83xx_wait_logic();
 			retry++;
 			ql_dbg(ql_dbg_p3p, base_vha, 0xb066,
-			    "Failed to release IDC lock, retyring=%d\n", retry);
+			    "Failed to release IDC lock, retrying=%d\n", retry);
 			goto retry_unlock2;
 		}
 	}