summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-23 20:54:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-23 20:54:46 +0000
commitf35deb50669beab8056cbfacdcff78312a91397b (patch)
tree6a21f14c5d99cd3e4a8877ffc7e2760ee8ccce99
parentdb68dd8d93688c41734c21b5f0b8f77ed6ea16e7 (diff)
downloadnuttx-f35deb50669beab8056cbfacdcff78312a91397b.tar.gz
nuttx-f35deb50669beab8056cbfacdcff78312a91397b.tar.bz2
nuttx-f35deb50669beab8056cbfacdcff78312a91397b.zip
fix comment
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1072 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/include/nuttx/scsi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/scsi.h b/nuttx/include/nuttx/scsi.h
index bea42866f..a7a568ed8 100644
--- a/nuttx/include/nuttx/scsi.h
+++ b/nuttx/include/nuttx/scsi.h
@@ -629,7 +629,7 @@
struct scsicmd_requestsense_s
{
- ubyte opcode; /* 0: 0x12 */
+ ubyte opcode; /* 0: 0x03 */
ubyte flags; /* 1: See SCSICMD_REQUESTSENSE_FLAGS_* */
ubyte reserved[2]; /* 2-3: Reserved */
ubyte len; /* 4: Allocation length */