mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-12 16:06:59 +00:00
Cosmetic changes to comments
This commit is contained in:
parent
478049fc4f
commit
1bad025c81
1 changed files with 2 additions and 10 deletions
|
|
@ -61,7 +61,7 @@
|
|||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* If no sector size is specified wity BS=, then the following default value
|
||||
/* If no sector size is specified with BS=, then the following default value
|
||||
* is used.
|
||||
*/
|
||||
|
||||
|
|
@ -86,26 +86,18 @@ struct dd_s
|
|||
uint32_t nsectors; /* Number of sectors to transfer */
|
||||
uint32_t sector; /* The current sector number */
|
||||
uint32_t skip; /* The number of sectors skipped on input */
|
||||
bool eof; /* true: The of the input or output file has been hit */
|
||||
bool eof; /* true: The end of the input or output file has been hit */
|
||||
uint16_t sectsize; /* Size of one sector */
|
||||
uint16_t nbytes; /* Number of valid bytes in the buffer */
|
||||
uint8_t *buffer; /* Buffer of data to write to the output file */
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
* Private Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
static const char g_dd[] = "dd";
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Functions
|
||||
****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue