File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1637,8 +1637,7 @@ core_scsi3_decode_spec_i_port(
1637
1637
}
1638
1638
1639
1639
dest_tpg = tmp_tpg ;
1640
- pr_debug ("SPC-3 PR SPEC_I_PT: Located %s Node:"
1641
- " %s Port RTPI: %hu\n" ,
1640
+ pr_debug ("SPC-3 PR SPEC_I_PT: Located %s Node: %s Port RTPI: %u\n" ,
1642
1641
dest_tpg -> se_tpg_tfo -> fabric_name ,
1643
1642
dest_node_acl -> initiatorname , dest_rtpi );
1644
1643
@@ -1675,8 +1674,7 @@ core_scsi3_decode_spec_i_port(
1675
1674
dest_se_deve = core_get_se_deve_from_rtpi (dest_node_acl ,
1676
1675
dest_rtpi );
1677
1676
if (!dest_se_deve ) {
1678
- pr_err ("Unable to locate %s dest_se_deve"
1679
- " from destination RTPI: %hu\n" ,
1677
+ pr_err ("Unable to locate %s dest_se_deve from destination RTPI: %u\n" ,
1680
1678
dest_tpg -> se_tpg_tfo -> fabric_name ,
1681
1679
dest_rtpi );
1682
1680
You can’t perform that action at this time.
0 commit comments