greybus: greybus_id.h: checkpatch cleanup
This commit is contained in:
parent
8faa8da9a6
commit
c4f37c62fa
@ -15,8 +15,7 @@ struct greybus_module_id {
|
|||||||
__u16 product;
|
__u16 product;
|
||||||
__u64 unique_id;
|
__u64 unique_id;
|
||||||
|
|
||||||
kernel_ulong_t driver_info
|
kernel_ulong_t driver_info __aligned(sizeof(kernel_ulong_t));
|
||||||
__attribute__((aligned(sizeof(kernel_ulong_t))));
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Used to match the greybus_module_id */
|
/* Used to match the greybus_module_id */
|
||||||
|
Loading…
Reference in New Issue
Block a user