mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 19:51:27 +00:00
Fix typo in scst_report_supported_tm_fns() reported by Steve Magnani <steve.magnani@digidescorp.com>
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5404 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -2087,7 +2087,7 @@ static int scst_report_supported_tm_fns(struct scst_cmd *cmd)
|
||||
#if 1
|
||||
buf[4] = 1; /* TMFTMOV */
|
||||
buf[6] = 0x80; /* ATTS */
|
||||
put_unaligned_be32(30, &buf[8]); /* long timeout - 30 sec. */
|
||||
put_unaligned_be32(300, &buf[8]); /* long timeout - 30 sec. */
|
||||
put_unaligned_be32(150, &buf[12]); /* short timeout - 15 sec. */
|
||||
#endif
|
||||
resp_len = 16;
|
||||
|
||||
Reference in New Issue
Block a user