linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] scsi: qla2xxx: Fix a small typo in qla_bsg.c
@ 2019-03-12 12:53 Milan P. Gandhi
  0 siblings, 0 replies; only message in thread
From: Milan P. Gandhi @ 2019-03-12 12:53 UTC (permalink / raw)
  To: kernel-janitors
  Cc: qla2xxx-upstream, jejb, martin.petersen, linux-scsi,
	linux-kernel, julia.lawall, dan.carpenter

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 --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);

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-12 12:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-12 12:53 [PATCH 2/2] scsi: qla2xxx: Fix a small typo in qla_bsg.c Milan P. Gandhi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).