From c77aa44ef09a668b20bc81c8e67433d218b39a95 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 4 Apr 2014 00:57:30 +0000 Subject: [PATCH] Fix typo in scst_report_supported_tm_fns() reported by Steve Magnani git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5404 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_targ.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index a75190726..705b24263 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -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;