diff mbox series

[2/2] scsi: qla2xxx: Fix a small typo in qla_bsg.c

Message ID 20190312125315.GA13975@machine1 (mailing list archive)
State Mainlined
Commit 62439b4800419520bbb278beec2b6f06afa8b5ec
Headers show
Series scsi: qla2xxx: Fix for a formatting issue and typo in qla_bsg.c | expand

Commit Message

Milan P. Gandhi March 12, 2019, 12:53 p.m. UTC
Fixed a typo for 'iiDMA' cmd in qla_bsg.c

Signed-off-by: Milan P. Gandhi <mgandhi@redhat.com>
---
 drivers/scsi/qla2xxx/qla_bsg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/scsi/qla2xxx/qla_bsg.c b/drivers/scsi/qla2xxx/qla_bsg.c
index 17d42658ad9a..f2b95f11a71c 100644
--- a/drivers/scsi/qla2xxx/qla_bsg.c
+++ b/drivers/scsi/qla2xxx/qla_bsg.c
@@ -1354,7 +1354,7 @@  qla24xx_iidma(struct bsg_job *bsg_job)
 
 	if (rval) {
 		ql_log(ql_log_warn, vha, 0x704c,
-		    "iIDMA cmd failed for %8phN -- "
+		    "iiDMA cmd failed for %8phN -- "
 		    "%04x %x %04x %04x.\n", fcport->port_name,
 		    rval, fcport->fp_speed, mb[0], mb[1]);
 		rval = (DID_ERROR << 16);