Signed-off-by: Andy Grover <agrover@xxxxxxxxxx> --- include/target/target_core_base.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 120c414..6149b2a 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h @@ -592,12 +592,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; -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html