aboutsummaryrefslogtreecommitdiffstats
path: root/include/target
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2012-01-19 13:39:12 -0800
committerNicholas Bellinger <nab@linux-iscsi.org>2012-02-25 14:37:46 -0800
commit644df699d598c12989238b3f14fdabf78c6076ab (patch)
treeffe92b9148bc3209a183b668e6786ca6a28b187c /include/target
parentscsi: Use struct scsi_lun in fc/fcp.h (diff)
downloadlinux-dev-644df699d598c12989238b3f14fdabf78c6076ab.tar.xz
linux-dev-644df699d598c12989238b3f14fdabf78c6076ab.zip
target: fix comment typos
Signed-off-by: Andy Grover <agrover@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r--include/target/target_core_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index 5b7d5f3dd24c..f609af441422 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -593,12 +593,12 @@ struct se_cmd {
};
struct se_tmr_req {
- /* Task Management function to be preformed */
+ /* Task Management function to be performed */
u8 function;
/* Task Management response to send */
u8 response;
int call_transport;
- /* Reference to ITT that Task Mgmt should be preformed */
+ /* Reference to ITT that Task Mgmt should be performed */
u32 ref_task_tag;
/* 64-bit encoded SAM LUN from $FABRIC_MOD TMR header */
u64 ref_task_lun;