summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/firewire/iec13213.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/firewire/iec13213.h b/sys/dev/firewire/iec13213.h
index f1a1b8e..9ec35d8 100644
--- a/sys/dev/firewire/iec13213.h
+++ b/sys/dev/firewire/iec13213.h
@@ -229,9 +229,9 @@ struct crom_chunk {
int ref_index;
int offset;
struct {
- u_int32_t crc:16,
- crc_len:16;
- u_int32_t buf[CROM_MAX_CHUNK_LEN];
+ u_int32_t crc:16,
+ crc_len:16;
+ u_int32_t buf[CROM_MAX_CHUNK_LEN];
} data;
};
OpenPOWER on IntegriCloud