mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
typos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3192 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -735,7 +735,7 @@ struct scsiresp_modeparameterhdr6_s
|
||||
uint8_t param; /* 2: Device-specific parameter */
|
||||
uint8_t bdlen; /* 3: Block descriptor length */
|
||||
};
|
||||
#define SCSIREP_MODEPARAMETERHDR6_SIZEOF 4
|
||||
#define SCSIRESP_MODEPARAMETERHDR6_SIZEOF 4
|
||||
|
||||
struct scsiresp_blockdesc_s
|
||||
{
|
||||
@@ -744,7 +744,7 @@ struct scsiresp_blockdesc_s
|
||||
uint8_t reserved; /* 4: reserved */
|
||||
uint8_t blklen[3]; /* 5-7: Block len */
|
||||
};
|
||||
#define SCSIREP_BLOCKDESC_SIZEOF 8
|
||||
#define SCSIRESP_BLOCKDESC_SIZEOF 8
|
||||
|
||||
struct scsiresp_pageformat_s
|
||||
{
|
||||
@@ -933,7 +933,7 @@ struct scsiresp_modeparameterhdr10_s
|
||||
uint8_t reserved[2]; /* 4-5: reserved */
|
||||
uint8_t bdlen[2]; /* 6-7: Block descriptor length */
|
||||
};
|
||||
#define SCSIREP_MODEPARAMETERHDR10_SIZEOF 8
|
||||
#define SCSIRESP_MODEPARAMETERHDR10_SIZEOF 8
|
||||
|
||||
struct scsicmd_modesense10_s
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user