diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-08-16 22:43:13 +0900 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2012-09-17 17:13:31 -0700 |
commit | 35d1efe80500a55f9aa01b305a6714ec78c33764 (patch) | |
tree | dc4a6fe89d1c4c10bf4f50f38eaa909c189de9e5 /drivers/target/target_core_alua.c | |
parent | 9c58b7ddd70dd7bfaac4ca87131f36d10aaba441 (diff) | |
download | kernel_goldelico_gta04-35d1efe80500a55f9aa01b305a6714ec78c33764.zip kernel_goldelico_gta04-35d1efe80500a55f9aa01b305a6714ec78c33764.tar.gz kernel_goldelico_gta04-35d1efe80500a55f9aa01b305a6714ec78c33764.tar.bz2 |
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_alua.c')
-rw-r--r-- | drivers/target/target_core_alua.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/target_core_alua.c b/drivers/target/target_core_alua.c index 41641ba..9a5f9a7 100644 --- a/drivers/target/target_core_alua.c +++ b/drivers/target/target_core_alua.c @@ -344,7 +344,7 @@ int target_emulate_set_target_port_groups(struct se_cmd *cmd) */ rtpi = get_unaligned_be16(ptr + 2); /* - * Locate the matching relative target port identifer + * Locate the matching relative target port identifier * for the struct se_device storage object. */ spin_lock(&dev->se_port_lock); |