scsi: qla2xxx: Fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Link: https://lore.kernel.org/r/20220314115354.144023-25-Julia.Lawall@inria.fr Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
8037185d1a
commit
5419e0f156
|
@ -1766,7 +1766,7 @@ qla2x00_hba_attributes(scsi_qla_host_t *vha, void *entries,
|
|||
size += alen;
|
||||
ql_dbg(ql_dbg_disc, vha, 0x20aa,
|
||||
"CT PAYLOAD LENGTH = 0x%x.\n", be32_to_cpu(eiter->a.max_ct_len));
|
||||
/* Node Sybolic Name */
|
||||
/* Node Symbolic Name */
|
||||
eiter = entries + size;
|
||||
eiter->type = cpu_to_be16(FDMI_HBA_NODE_SYMBOLIC_NAME);
|
||||
alen = qla2x00_get_sym_node_name(vha, eiter->a.sym_name,
|
||||
|
|
Loading…
Reference in New Issue