From 5a6928fc2bfc6ed809fa5e4cb6f73353c65c52dc Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 27 Mar 2012 01:44:59 +0000 Subject: [PATCH] scst.h: Clarify a comment Make it more clear that scst_mgmt_cmd.tag refers to the tag of the command to abort and not to the tag of the ABORT TASK command itself. Signed-off-by: Bart Van Assche git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4171 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index 02845258c..70b12a951 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -2190,7 +2190,7 @@ struct scst_mgmt_cmd { uint64_t lun; /* LUN for this mgmt cmd */ /* or (and for iSCSI) */ - uint64_t tag; /* tag of the corresponding cmd */ + uint64_t tag; /* for ABORT TASK, tag of the cmd to abort */ uint32_t cmd_sn; /* affected command's highest SN */