9
0
Fork 0

state: backend_raw: update documentation of struct state_backend_raw members

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
Marc Kleine-Budde 2015-05-21 19:51:37 +02:00 committed by Jan Luebbe
parent c028c09a4b
commit cbded3f539
1 changed files with 2 additions and 2 deletions

View File

@ -1030,8 +1030,8 @@ int state_backend_dtb_file(struct state *state, const char *of_path, const char
*/
struct state_backend_raw {
struct state_backend backend;
unsigned long size_data; /* The raw data size (without magic and crc) */
unsigned long size_full;
unsigned long size_data; /* The raw data size (without header) */
unsigned long size_full; /* The size header + raw data */
unsigned long stride; /* The stride size in bytes of the copies */
off_t offset; /* offset in the storage file */
size_t size; /* size of the storage area */