summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_pscsi.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-08-16 22:43:13 +0900
committerNicholas Bellinger <nab@linux-iscsi.org>2012-09-17 17:13:31 -0700
commit35d1efe80500a55f9aa01b305a6714ec78c33764 (patch)
treedc4a6fe89d1c4c10bf4f50f38eaa909c189de9e5 /drivers/target/target_core_pscsi.c
parent9c58b7ddd70dd7bfaac4ca87131f36d10aaba441 (diff)
target: Fix minor spelling typos in drivers/target
Correct spelling typo in printk and comment within drivers/target. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/target_core_pscsi.c')
-rw-r--r--drivers/target/target_core_pscsi.c2
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,
" length zero!\n");
break;
}
- pr_debug("T10 VPD Identifer Length: %d\n", ident_len);
+ pr_debug("T10 VPD Identifier Length: %d\n", ident_len);
vpd = kzalloc(sizeof(struct t10_vpd), GFP_KERNEL);
if (!vpd) {