scsi: target: iscsi: fix typos and formatting in lio_target messages
Fix several minor issues in lio_target code and messages: - Correct typo "locatel" -> "locate" in error log. - Add missing space in pr_debug() message for better readability. - Fix comment typo: "contig_item" -> "config_item". These changes improve code clarity and log readability. Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com> Reviewed-by: Mike Christie <michael.christie@oracle.com> Message-ID: <20250910190728.3783157-1-alok.a.tiwari@oracle.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
c1553fc105
commit
f2d81dd675
@@ -665,7 +665,7 @@ static ssize_t lio_target_nacl_cmdsn_depth_store(struct config_item *item,
|
||||
}
|
||||
acl_ci = &se_nacl->acl_group.cg_item;
|
||||
if (!acl_ci) {
|
||||
pr_err("Unable to locatel acl_ci\n");
|
||||
pr_err("Unable to locate acl_ci\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
tpg_ci = &acl_ci->ci_parent->ci_group->cg_item;
|
||||
@@ -684,7 +684,7 @@ static ssize_t lio_target_nacl_cmdsn_depth_store(struct config_item *item,
|
||||
|
||||
ret = core_tpg_set_initiator_node_queue_depth(se_nacl, cmdsn_depth);
|
||||
|
||||
pr_debug("LIO_Target_ConfigFS: %s/%s Set CmdSN Window: %u for"
|
||||
pr_debug("LIO_Target_ConfigFS: %s/%s Set CmdSN Window: %u for "
|
||||
"InitiatorName: %s\n", config_item_name(wwn_ci),
|
||||
config_item_name(tpg_ci), cmdsn_depth,
|
||||
config_item_name(acl_ci));
|
||||
@@ -1131,7 +1131,7 @@ static void lio_target_tiqn_deltpg(struct se_portal_group *se_tpg)
|
||||
|
||||
/* End items for lio_target_tiqn_cit */
|
||||
|
||||
/* Start LIO-Target TIQN struct contig_item lio_target_cit */
|
||||
/* Start LIO-Target TIQN struct config_item lio_target_cit */
|
||||
|
||||
static ssize_t lio_target_wwn_lio_version_show(struct config_item *item,
|
||||
char *page)
|
||||
|
||||
Reference in New Issue
Block a user