From 59086543bcc3e3a3d1c7988c5bc5336ea302dde0 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 23 Oct 2008 20:54:46 +0000 Subject: [PATCH] fix comment git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1072 42af7a65-404d-4744-a932-0658087f49c3 --- include/nuttx/scsi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nuttx/scsi.h b/include/nuttx/scsi.h index bea42866f5..a7a568ed8e 100644 --- a/include/nuttx/scsi.h +++ b/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 */