projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f65c338
)
scsi: qla2xxx: Fix a small typo in qla_bsg.c
author
Milan P. Gandhi
<mgandhi@redhat.com>
Tue, 12 Mar 2019 12:53:15 +0000
(18:23 +0530)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Tue, 19 Mar 2019 21:33:51 +0000
(17:33 -0400)
Fixed a typo for 'iiDMA' cmd in qla_bsg.c.
Signed-off-by: Milan P. Gandhi <mgandhi@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_bsg.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/qla2xxx/qla_bsg.c
b/drivers/scsi/qla2xxx/qla_bsg.c
index
80f84fa
..
d1456a0
100644
(file)
--- a/
drivers/scsi/qla2xxx/qla_bsg.c
+++ b/
drivers/scsi/qla2xxx/qla_bsg.c
@@
-1353,7
+1353,7
@@
qla24xx_iidma(struct bsg_job *bsg_job)
if (rval) {
ql_log(ql_log_warn, vha, 0x704c,
- "i
I
DMA cmd failed for %8phN -- "
+ "i
i
DMA cmd failed for %8phN -- "
"%04x %x %04x %04x.\n", fcport->port_name,
rval, fcport->fp_speed, mb[0], mb[1]);
rval = (DID_ERROR << 16);