diff options
Diffstat (limited to 'drivers/target/target_core_pscsi.c')
-rw-r--r-- | drivers/target/target_core_pscsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/target_core_pscsi.c b/drivers/target/target_core_pscsi.c index 9d7ce3daa262..617c086a8a02 100644 --- a/drivers/target/target_core_pscsi.c +++ b/drivers/target/target_core_pscsi.c | |||
@@ -264,7 +264,7 @@ pscsi_get_inquiry_vpd_device_ident(struct scsi_device *sdev, | |||
264 | " length zero!\n"); | 264 | " length zero!\n"); |
265 | break; | 265 | break; |
266 | } | 266 | } |
267 | pr_debug("T10 VPD Identifer Length: %d\n", ident_len); | 267 | pr_debug("T10 VPD Identifier Length: %d\n", ident_len); |
268 | 268 | ||
269 | vpd = kzalloc(sizeof(struct t10_vpd), GFP_KERNEL); | 269 | vpd = kzalloc(sizeof(struct t10_vpd), GFP_KERNEL); |
270 | if (!vpd) { | 270 | if (!vpd) { |