aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_xcopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/target/target_core_xcopy.c')
-rw-r--r--drivers/target/target_core_xcopy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/target_core_xcopy.c b/drivers/target/target_core_xcopy.c
index e9186cdf35e9..33ac39bf75e5 100644
--- a/drivers/target/target_core_xcopy.c
+++ b/drivers/target/target_core_xcopy.c
@@ -335,7 +335,7 @@ static int target_xcopy_parse_segment_descriptors(struct se_cmd *se_cmd,
335 desc += XCOPY_SEGMENT_DESC_LEN; 335 desc += XCOPY_SEGMENT_DESC_LEN;
336 break; 336 break;
337 default: 337 default:
338 pr_err("XCOPY unspported segment descriptor" 338 pr_err("XCOPY unsupported segment descriptor"
339 "type: 0x%02x\n", desc[0]); 339 "type: 0x%02x\n", desc[0]);
340 goto out; 340 goto out;
341 } 341 }