Minor fixes

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@161 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2007-08-14 17:08:43 +00:00
parent 56be023a73
commit 1d3da41d62
+2 -2
View File
@@ -562,10 +562,10 @@ NOTE! If the memory reusage is enabled, then the data buffer must not be
freed, it will be reused by subsequent SCSI commands. The buffer must be
freed only on SCST_USER_ON_CACHED_MEM_FREE event.
Payload contains struct scst_user_scsi_cmd_on_free_cmd, which is defined
Payload contains struct scst_user_scsi_on_free_cmd, which is defined
as the following:
struct scst_user_scsi_cmd_on_free_cmd
struct scst_user_scsi_on_free_cmd
{
uint64_t pbuf;
int32_t resp_data_len;