9
0
Fork 0

state: backend_raw: update documentation of struct state_backend_raw members

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Marc Kleine-Budde 2015-05-26 13:37:53 +02:00
parent 2a30b4aec2
commit 8a82dc00f3
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 */