Commit 3ee965cc authored by Linus Torvalds's avatar Linus Torvalds

Use "__attribute__" consistently.

parent e6a3e9a3
......@@ -141,7 +141,7 @@ struct edd_device_params {
u32 array_number;
u32 reserved1;
u64 reserved2;
} __attribute((packed)) raid;
} __attribute__ ((packed)) raid;
struct {
u8 device;
u8 reserved1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment