浏览代码

scsi: qla2xxx: fix typo "CT-PASSTRHU" -> "CT-PASSTHRU"

Trivial fix to typo in debug message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Himanshu Madhani <himanshu.madhani@cavium.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Colin Ian King 7 年之前
父节点
当前提交
0b1b1d8861
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/scsi/qla2xxx/qla_gs.c

+ 1 - 1
drivers/scsi/qla2xxx/qla_gs.c

@@ -4035,7 +4035,7 @@ static int qla24xx_async_gnnft(scsi_qla_host_t *vha, struct srb *sp,
 	}
 
 	ql_dbg(ql_dbg_disc, vha, 0xfffff,
-	    "%s: FC4Type %x, CT-PASSTRHU %s command ctarg rsp size %d, ctarg req size %d\n",
+	    "%s: FC4Type %x, CT-PASSTHRU %s command ctarg rsp size %d, ctarg req size %d\n",
 	    __func__, fc4_type, sp->name, sp->u.iocb_cmd.u.ctarg.rsp_size,
 	     sp->u.iocb_cmd.u.ctarg.req_size);