Skip to content

Commit 7a5dee9

Browse files
ColinIanKingmartinkpetersen
authored andcommitted
scsi: qla2xxx: Fix spelling mistake "tranport" -> "transport"
There is a spelling mistake in a ql_dbg message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Nilesh Javali <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 58330d6 commit 7a5dee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/qla2xxx/qla_nvme.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ qla2xxx_process_purls_pkt(struct scsi_qla_host *vha, struct purex_item *item)
11891189
&item->iocb, item->size);
11901190
#endif
11911191
if (ret) {
1192-
ql_dbg(ql_dbg_unsol, vha, 0x2125, "NVMe tranport ls_req failed\n");
1192+
ql_dbg(ql_dbg_unsol, vha, 0x2125, "NVMe transport ls_req failed\n");
11931193
memset((void *)&a, 0, sizeof(a));
11941194
a.vp_idx = vha->vp_idx;
11951195
a.nport_handle = uctx->nport_handle;

0 commit comments

Comments
 (0)